Class factory for generating the state class instances. More...
Static Public Member Functions | |
static IStateBehavior | CreateState (CurrentState state) |
Create an instance of the specified state class. | |
Class factory for generating the state class instances.
Definition at line 615 of file State_Class.cs.
|
inlinestatic |
Create an instance of the specified state class.
state | A value from the CurrentState enumeration indicating state for which to generate a class instance. |
Definition at line 623 of file State_Class.cs.
Referenced by StateContext_Class._SetNextState().