Game Development Reference
In-Depth Information
Finite state machines
Creating a finite state machine ( FSM ) for modeling logic will resemble the animation
state machines we've created previously, except that transitioning to a new state within the
state machine is handled automatically through the evaluation of transitions. Once one
evaluator returns true, the state machine will transition to the new state and invoke the as-
sociated state's action.
Search WWH ::




Custom Search