C# Class LeopotamGroup.Animation.SetIntOnStateEnter

Set Animator integer parameter to new state on node enter.
Inheritance: UnityEngine.StateMachineBehaviour
显示文件 Open project: Leopotam/LeopotamGroupLibraryUnity

Public Methods

Method Description
OnStateEnter ( Animator animator, AnimatorStateInfo stateInfo, int layerIndex ) : void

Method Details

OnStateEnter() public method

public OnStateEnter ( Animator animator, AnimatorStateInfo stateInfo, int layerIndex ) : void
animator UnityEngine.Animator
stateInfo UnityEngine.AnimatorStateInfo
layerIndex int
return void