Class AnimationCompleteListener
Class with utility functions for state machine.
Namespace: nickmaltbie.StateMachineUnity.Utils
Assembly: cs.temp.dll.dll
Syntax
public class AnimationCompleteListener : MonoBehaviour
Fields
OnAnimationCompleted
Class with utility functions for state machine.
Declaration
public EventHandler<string> OnAnimationCompleted
Field Value
Type | Description |
---|---|
EventHandler<String> |
Methods
_OnAnimationCompleteInternal(String)
Class with utility functions for state machine.
Declaration
protected void _OnAnimationCompleteInternal(string clipName)
Parameters
Type | Name | Description |
---|---|---|
String | clipName |
Awake()
Class with utility functions for state machine.
Declaration
public void Awake()