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