Search Results for

    Show / Hide Table of Contents

    Class ReflectableLASM

    Inheritance
    System.Object
    Danmokou.SM.StateMachine
    LineActionSM
    ReflectableLASM
    AnimatorControllerLASM
    BxBCollideLASM
    EventLASM
    TimerControllerLASM
    Inherited Members
    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 ReflectableLASM : LineActionSM

    Constructors

    ReflectableLASM(TaskPattern)

    Declaration
    public ReflectableLASM(TaskPattern func)
    Parameters
    Type Name Description
    Danmokou.SM.TaskPattern func

    Methods

    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