Search Results for

    Show / Hide Table of Contents

    Class ActionAttribute

    Basic attribute that contains an action.

    Inheritance
    Object
    Attribute
    ActionAttribute
    OnEnterStateAttribute
    OnEventDoActionAttribute
    OnExitStateAttribute
    Namespace: nickmaltbie.StateMachineUnity.Attributes
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ActionAttribute : Attribute

    Constructors

    ActionAttribute(String)

    Constructs a new instance of Action attribute for a given action.

    Declaration
    public ActionAttribute(string action)
    Parameters
    Type Name Description
    String action

    Action to associate with this attribute.

    Properties

    Action

    Gets the action associated with this attribute.

    Declaration
    public string Action { get; }
    Property Value
    Type Description
    String
    In This Article
    Back to top State Machine Unity Documentation