Search Results for

    Show / Hide Table of Contents

    Class AnimationCompleteListener

    Class with utility functions for state machine.

    Inheritance
    Object
    AnimationCompleteListener
    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()
    In This Article
    Back to top State Machine Unity Documentation