Class PhaseSequentialActionSM
saction
: A list of actions that are run in sequence. Place this under PhaseSM.
Inheritance
System.Object
Danmokou.SM.StateMachine
PhaseSequentialActionSM
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
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
Overrides