Method Update
Update(float)
Update method that needs to be called each frame to advance the state of the motion synthesizer.
Declaration
public bool Update(float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
float | deltaTime | Delta time in seconds. |
Returns
Type | Description |
---|---|
bool |
Remarks
In a game object environment this method gets automatically called from the Kinematica component.