Search Results for

    Show / Hide Table of Contents

    Class RetargetUSM

    @: Run an SM on another BEH.

    Inheritance
    System.Object
    Danmokou.SM.StateMachine
    Danmokou.SM.UniversalSM
    RetargetUSM
    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)
    In This Article
    Back to top Generated by DocFX