This is the template for the state machine.
You can use this class to create a state machine. Usually this is all you need for the state machine. Unless you need extra functionality. To create a state machine, just instantiate this class and pass in the states, initial state and context.
createKmtInputStateMachine for an example of how to create a state machine.
Protected
This is the template for the state machine.
You can use this class to create a state machine. Usually this is all you need for the state machine. Unless you need extra functionality. To create a state machine, just instantiate this class and pass in the states, initial state and context.
See
createKmtInputStateMachine for an example of how to create a state machine.