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.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |