AnimationStateMachine.Update(float) Method
Definition¶
Namespace: Brine2D.Animation
Evaluates all transitions and fires the first valid one.
Called automatically by AnimationSystem each tick.
No-op when IsEnabled is false.
public void Update(float deltaTime);
Parameters¶
deltaTime System.Single