Class StateMachineCountdown
Inheritance
System.Object
StateMachineCountdown
Assembly: cs.temp.dll.dll
Syntax
public class StateMachineCountdown : StateMachineBehaviour
Fields
max
Declaration
Field Value
Type |
Description |
System.Single |
|
min
Declaration
Field Value
Type |
Description |
System.Single |
|
parameterName
Declaration
public string parameterName
Field Value
Type |
Description |
System.String |
|
Methods
OnStateEnter(Animator, AnimatorStateInfo, Int32)
Declaration
public override void OnStateEnter(Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
Parameters
Type |
Name |
Description |
Animator |
animator |
|
AnimatorStateInfo |
stateInfo |
|
System.Int32 |
layerIndex |
|
OnStateUpdate(Animator, AnimatorStateInfo, Int32)
Declaration
public override void OnStateUpdate(Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
Parameters
Type |
Name |
Description |
Animator |
animator |
|
AnimatorStateInfo |
stateInfo |
|
System.Int32 |
layerIndex |
|