Class RetargetUSM
@
: Run an SM on another BEH.
Inheritance
System.Object
Danmokou.SM.StateMachine
Danmokou.SM.UniversalSM
RetargetUSM
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 RetargetUSM : UniversalSM
Constructors
RetargetUSM(String[], StateMachine)
Declaration
public RetargetUSM(string[] targets, StateMachine state)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | targets | |
Danmokou.SM.StateMachine | state |
Methods
Retarget(StateMachine, String[])
Declaration
public static RetargetUSM Retarget(StateMachine state, params string[] targets)
Parameters
Type | Name | Description |
---|---|---|
Danmokou.SM.StateMachine | state | |
System.String[] | targets |
Returns
Type | Description |
---|---|
RetargetUSM |
Retarget(TaskPattern, String[])
Declaration
public static RetargetUSM Retarget(TaskPattern state, params string[] targets)
Parameters
Type | Name | Description |
---|---|---|
Danmokou.SM.TaskPattern | state | |
System.String[] | targets |
Returns
Type | Description |
---|---|
RetargetUSM |
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)