Class ReflectableSLSM
Namespace: Danmokou.SM
Assembly: cs.temp.dll.dll
Syntax
public class ReflectableSLSM : ScriptLineSM
Constructors
ReflectableSLSM(TTaskPattern)
Declaration
public ReflectableSLSM(TTaskPattern func)
Parameters
| Type | Name | Description |
|---|---|---|
| TTaskPattern | func |
Methods
Start(SMHandoff)
Declaration
public override Task Start(SMHandoff smh)
Parameters
| Type | Name | Description |
|---|---|---|
| Danmokou.SM.SMHandoff | smh |
Returns
| Type | Description |
|---|---|
| Task |
Overrides
Danmokou.SM.StateMachine.Start(Danmokou.SM.SMHandoff)