Method Start
Start()
Starts this Natural Motion behavior on the Ped that will loop until manually aborted.
Declaration
public void Start()
Start(Int32)
Starts this Natural Motion behavior on the Ped for a specified duration.
Declaration
public void Start(int duration)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | duration | How long to apply the behavior for (-1 for looped). |