DoopelPonger
Public Member Functions | Public Attributes | List of all members
StateInformation< T > Struct Template Reference

State data used to configure the StateMachine. More...

Collaboration diagram for StateInformation< T >:
Collaboration graph
[legend]

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
 

Detailed Description

State data used to configure the StateMachine.

Type Constraints
T :System.IConvertible 

The documentation for this struct was generated from the following file: