OnEndState
Jump to navigation
Jump to search
Member of: Any and all scripts.
Event called when the state the event is in about to be switched away from.
Syntax[edit | edit source]
Event OnEndState()
Parameters[edit | edit source]
None
Example[edit | edit source]
State Running
Event OnEndState()
Debug.Trace("Leaving the running state!")
EndEvent
EndState