Search Results for

    Show / Hide Table of Contents

    Class PhaseSequentialActionSM

    saction: A list of actions that are run in sequence. Place this under PhaseSM.

    Inheritance
    System.Object
    Danmokou.SM.StateMachine
    SequentialSM
    PhaseSequentialActionSM
    Namespace: Danmokou.SM
    Assembly: cs.temp.dll.dll
    Syntax
    public class PhaseSequentialActionSM : SequentialSM

    Constructors

    PhaseSequentialActionSM(Single, StateMachine[])

    Declaration
    public PhaseSequentialActionSM(float wait, params StateMachine[] states)
    Parameters
    Type Name Description
    System.Single wait

    Artificial delay before this SM starts executing

    Danmokou.SM.StateMachine[] states

    Actions to run in parallel

    Fields

    wait

    Declaration
    public float wait
    Field Value
    Type Description
    System.Single

    Methods

    Start(SMHandoff)

    Declaration
    public override async Task Start(SMHandoff smh)
    Parameters
    Type Name Description
    Danmokou.SM.SMHandoff smh
    Returns
    Type Description
    Task
    Overrides
    SequentialSM.Start(SMHandoff)
    In This Article
    Back to top Generated by DocFX