Namespace nickmaltbie.StateMachineUnity.Event
Classes
AnimationCompleteEvent
Event raised whenever the current animation for a state machine has completed.
StateTimeoutEvent
Event raised whenever a state has timed out. Used with the TransitionAfterTimeAttribute attribute.
Interfaces
IEvent
Event for managing transitions or executing actions in state machines.