Class ActionAttribute
Basic attribute that contains an action.
Inheritance
ActionAttribute
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 |