UpdateBehaviour.OnUpdate
Method in UpdateBehaviour
Declaration
protected abstract void OnUpdate(float deltaTime)Description
Handles updates of the animation behavior.
Parameters
| deltaTime | The time since the last frame. |
protected abstract void OnUpdate(float deltaTime)Handles updates of the animation behavior.
| deltaTime | The time since the last frame. |