Search Results for

    Show / Hide Table of Contents

    Class EndPSM

    end: Child of PhaseSM. When a phase ends under normal conditions (ie. was not cancelled), run these actions in parallel before moving to the next phase.

    Inheritance
    System.Object
    Danmokou.SM.StateMachine
    ParallelSM
    EndPSM
    Inherited Members
    ParallelSM.Start(SMHandoff)
    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 EndPSM : ParallelSM

    Constructors

    EndPSM(List<StateMachine>)

    Declaration
    public EndPSM(List<StateMachine> states)
    Parameters
    Type Name Description
    List<Danmokou.SM.StateMachine> states
    In This Article
    Back to top Generated by DocFX