Type IFSMNodeHandler
Namespace
GloryEngine.FSM
Summary
Handler interface for state changes
Methods
OnStateEntry(GloryEngine.FSM.FSMInstance)
Called when the state machine transitions to this state
OnStateExit(GloryEngine.FSM.FSMInstance)
Called when the state machine transitions from this state