Search Results for

    Show / Hide Table of Contents

    Class HelperStateMachines

    Inheritance
    System.Object
    HelperStateMachines
    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 static class HelperStateMachines

    Methods

    File(String)

    Load a StateMachine from the provided file.

    Declaration
    public static StateMachine File(string filename)
    Parameters
    Type Name Description
    System.String filename
    Returns
    Type Description
    Danmokou.SM.StateMachine

    Null()

    A null StateMachine.

    Declaration
    public static StateMachine Null()
    Returns
    Type Description
    Danmokou.SM.StateMachine

    Stall()

    A StateMachine that waits infinitely.

    Declaration
    public static StateMachine Stall()
    Returns
    Type Description
    Danmokou.SM.StateMachine
    In This Article
    Back to top Generated by DocFX