Search Results for

    Show / Hide Table of Contents

    Class LineActionSM

    The basic unit of control in SMs. These cannot be used directly and must instead be placed under PhaseSequentialActionSM or PhaseParallelActionSM or GTRepeat.

    Inheritance
    System.Object
    Danmokou.SM.StateMachine
    LineActionSM
    ReflectableLASM
    Namespace: Danmokou.SM
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class LineActionSM : StateMachine

    Constructors

    LineActionSM(StateMachine[])

    Declaration
    public LineActionSM(params StateMachine[] states)
    Parameters
    Type Name Description
    Danmokou.SM.StateMachine[] states
    In This Article
    Back to top Generated by DocFX