Search Results for

    Show / Hide Table of Contents

    Class PhaseParallelActionSM

    paction: A list of actions that are run in parallel. Place this under a PhaseSM.

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

    Constructors

    PhaseParallelActionSM(Single, StateMachine[])

    Declaration
    public PhaseParallelActionSM(float wait, StateMachine[] states)
    Parameters
    Type Name Description
    System.Single wait
    Danmokou.SM.StateMachine[] states

    Methods

    Start(SMHandoff)

    Declaration
    public override Task Start(SMHandoff smh)
    Parameters
    Type Name Description
    Danmokou.SM.SMHandoff smh
    Returns
    Type Description
    Task
    Overrides
    ParallelSM.Start(SMHandoff)
    In This Article
    • Constructors
      • PhaseParallelActionSM(Single, StateMachine[])
    • Methods
      • Start(SMHandoff)
    Back to top Generated by DocFX