Class OnEnterStateAttribute
Action to invoke whenever a state is entered.
Inherited Members
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 |