Search Results for

    Show / Hide Table of Contents

    Class OnEnterStateAttribute

    Action to invoke whenever a state is entered.

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

    Constructors

    OnEnterStateAttribute(String)

    Action to invoke whenever a state is entered.

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