Class ParallelSM
Inheritance
System.Object
Danmokou.SM.StateMachine
ParallelSM
Assembly: cs.temp.dll.dll
Syntax
public class ParallelSM : StateMachine
Constructors
ParallelSM(StateMachine[])
Declaration
public ParallelSM(StateMachine[] states)
Parameters
Type |
Name |
Description |
Danmokou.SM.StateMachine[] |
states |
|
Methods
Start(SMHandoff)
Declaration
public override Task Start(SMHandoff smh)
Parameters
Type |
Name |
Description |
Danmokou.SM.SMHandoff |
smh |
|
Returns
Overrides
Danmokou.SM.StateMachine.Start(Danmokou.SM.SMHandoff)