DoopelPonger
|
State data used to configure the StateMachine. More...
Public Member Functions | |
StateInformation (T state, CommonDelegates.FixedUpdateAction stateAction, bool alwaysTransitionTo, bool stateLock, params T[] validTransitions) | |
Public Attributes | |
readonly T | state |
readonly bool | alwaysTransitionTo |
readonly bool | stateLock |
readonly CommonDelegates.FixedUpdateAction | stateAction |
readonly HashSet< T > | validTransitions |
State data used to configure the StateMachine.
T | : | System.IConvertible |