Search Results for

    Show / Hide Table of Contents

    Class OnExitStateAttribute

    Action to invoke whenever a state is exited.

    Inheritance
    Object
    Attribute
    ActionAttribute
    OnExitStateAttribute
    Inherited Members
    ActionAttribute.Action
    Namespace: nickmaltbie.StateMachineUnity.Attributes
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
    public class OnExitStateAttribute : ActionAttribute

    Constructors

    OnExitStateAttribute(String)

    Action to invoke whenever a state is exited.

    Declaration
    public OnExitStateAttribute(string action)
    Parameters
    Type Name Description
    String action
    In This Article
    Back to top State Machine Unity Documentation