Type FSMNode
Namespace
GloryEngine.FSM
Summary
State node in a state machine
Properties
Name
Name of this node
ID
ID of this node
TransitionCount
Number of transitions going from this node
Methods
FindTransition(System.String)
Find a transition going from this node
GetTransition(System.UInt32)
Get a transition going from this node