AnimationSettings.SetState
Method in AnimationSettings
Declaration
public void SetState(MovementController controller, Animator animator)
Description
Set the animation state of the animator component.
Parameters
controller | The movement controller updating the animation state. |
animator | The animator component to set the state of. |