StateMachine.State.OnEventDoActionAttribute constructor

Initializes a new instance of the OnEventDoActionAttribute class.

public OnEventDoActionAttribute(Type eventType, string actionName)
parameter description
eventType The type of the dequeued event.
actionName The name of the action to invoke.

See Also