Class GTRepeat
gtr
: A generic repeater for StateMachines. Supports the same interface as gcr
/gir
.
Note: the constructor takes StateMachine[] and not List<SM>, which means you must explicitly wrap multiple SMs in brackets.
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 GTRepeat : UniversalSM
Constructors
GTRepeat(GenCtxProperties<StateMachine>, StateMachine[])
Declaration
public GTRepeat(GenCtxProperties<StateMachine> props, StateMachine[] target)
Parameters
Type | Name | Description |
---|---|---|
GenCtxProperties<Danmokou.SM.StateMachine> | props | |
Danmokou.SM.StateMachine[] | target |
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)