Class PhaseSequentialActionSM
saction
: A list of actions that are run in sequence. Place this under PhaseSM.
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 class PhaseSequentialActionSM : SequentialSM
Constructors
PhaseSequentialActionSM(Single, StateMachine[])
Declaration
public PhaseSequentialActionSM(float wait, params StateMachine[] states)
Parameters
Type | Name | Description |
---|---|---|
System.Single | wait | Artificial delay before this SM starts executing |
Danmokou.SM.StateMachine[] | states | Actions to run in parallel |
Fields
wait
Declaration
public float wait
Field Value
Type | Description |
---|---|
System.Single |
Methods
Start(SMHandoff)
Declaration
public override async Task Start(SMHandoff smh)
Parameters
Type | Name | Description |
---|---|---|
Danmokou.SM.SMHandoff | smh |
Returns
Type | Description |
---|---|
Task |