Class PhaseParallelActionSM
paction
: A list of actions that are run in parallel. Place this under a 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 PhaseParallelActionSM : ParallelSM
Constructors
PhaseParallelActionSM(List<StateMachine>, Single)
Declaration
public PhaseParallelActionSM(List<StateMachine> states, float wait)
Parameters
Type | Name | Description |
---|---|---|
List<Danmokou.SM.StateMachine> | states | |
System.Single | wait |
Methods
Start(SMHandoff)
Declaration
public override Task Start(SMHandoff smh)
Parameters
Type | Name | Description |
---|---|---|
Danmokou.SM.SMHandoff | smh |
Returns
Type | Description |
---|---|
Task |