Search Results for

    Show / Hide Table of Contents

    Class ScriptTSM

    script: Top-level controller for dialogue files. This code is maintained for backwards compatibility; please use the new VN interfaces instead.

    Inheritance
    System.Object
    Danmokou.SM.StateMachine
    SequentialSM
    ScriptTSM
    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 ScriptTSM : SequentialSM

    Constructors

    ScriptTSM(List<StateMachine>)

    Declaration
    public ScriptTSM(List<StateMachine> states)
    Parameters
    Type Name Description
    List<Danmokou.SM.StateMachine> states

    Methods

    Start(SMHandoff)

    Declaration
    public override async Task Start(SMHandoff smh)
    Parameters
    Type Name Description
    Danmokou.SM.SMHandoff smh
    Returns
    Type Description
    Task
    Overrides
    SequentialSM.Start(SMHandoff)
    In This Article
    Back to top Generated by DocFX