Show / Hide Table of Contents

Class ResetTriggers

Inheritance
StateMachineBehaviour
ResetTriggers
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public class ResetTriggers : StateMachineBehaviour

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

OnStateExit(Animator, AnimatorStateInfo, Int32)

Declaration
public override void OnStateExit(Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
Parameters
Type Name Description
Animator animator
AnimatorStateInfo stateInfo
System.Int32 layerIndex
Back to top Generated by DocFX