Class LineActionSM
The basic unit of control in SMs. These cannot be used directly and must instead be placed under PhaseSequentialActionSM or PhaseParallelActionSM or GTRepeat.
Namespace: Danmokou.SM
Assembly: cs.temp.dll.dll
Syntax
public abstract class LineActionSM : StateMachine
Constructors
LineActionSM(StateMachine[])
Declaration
public LineActionSM(params StateMachine[] states)
Parameters
Type | Name | Description |
---|---|---|
Danmokou.SM.StateMachine[] | states |