Search Results for

    Show / Hide Table of Contents

    Class TSMReflection

    Inheritance
    System.Object
    TSMReflection
    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 TSMReflection

    Methods

    Confirm()

    Declaration
    public static TTaskPattern Confirm()
    Returns
    Type Description
    TTaskPattern

    ContinuedText(String)

    Declaration
    public static TTaskPattern ContinuedText(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    TTaskPattern

    ContinuedTextNewline(String)

    Declaration
    public static TTaskPattern ContinuedTextNewline(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    TTaskPattern

    FadeStandIn(String, Single)

    Declaration
    public static TTaskPattern FadeStandIn(string profile_key, float time)
    Parameters
    Type Name Description
    System.String profile_key
    System.Single time
    Returns
    Type Description
    TTaskPattern

    FadeStandOut(String, Single)

    Declaration
    public static TTaskPattern FadeStandOut(string profile_key, float time)
    Parameters
    Type Name Description
    System.String profile_key
    System.Single time
    Returns
    Type Description
    TTaskPattern

    Place(TSMReflection.StandLocation, String)

    Declaration
    public static TTaskPattern Place(TSMReflection.StandLocation location, string profile_key)
    Parameters
    Type Name Description
    TSMReflection.StandLocation location
    System.String profile_key
    Returns
    Type Description
    TTaskPattern

    RawSummon(String)

    Declaration
    public static TTaskPattern RawSummon(string prefabName)
    Parameters
    Type Name Description
    System.String prefabName
    Returns
    Type Description
    TTaskPattern

    Re(StateMachine)

    Declaration
    public static TTaskPattern Re(StateMachine sm)
    Parameters
    Type Name Description
    Danmokou.SM.StateMachine sm
    Returns
    Type Description
    TTaskPattern

    Set(StateMachine[])

    Declaration
    public static TTaskPattern Set(StateMachine[] states)
    Parameters
    Type Name Description
    Danmokou.SM.StateMachine[] states
    Returns
    Type Description
    TTaskPattern

    SetEmote(String, String)

    Declaration
    public static TTaskPattern SetEmote(string profile, string e)
    Parameters
    Type Name Description
    System.String profile
    System.String e
    Returns
    Type Description
    TTaskPattern

    SetStandOpacity(String, Single)

    Declaration
    public static TTaskPattern SetStandOpacity(string profile_key, float opacity)
    Parameters
    Type Name Description
    System.String profile_key
    System.Single opacity
    Returns
    Type Description
    TTaskPattern

    SpeakL(String)

    Declaration
    public static TTaskPattern SpeakL(string profile)
    Parameters
    Type Name Description
    System.String profile
    Returns
    Type Description
    TTaskPattern

    SpeakLC()

    Declaration
    public static TTaskPattern SpeakLC()
    Returns
    Type Description
    TTaskPattern

    SpeakLCE(String)

    Declaration
    public static TTaskPattern SpeakLCE(string e)
    Parameters
    Type Name Description
    System.String e
    Returns
    Type Description
    TTaskPattern

    SpeakLE(String, String)

    Declaration
    public static TTaskPattern SpeakLE(string profile, string e)
    Parameters
    Type Name Description
    System.String profile
    System.String e
    Returns
    Type Description
    TTaskPattern

    SpeakR(String)

    Declaration
    public static TTaskPattern SpeakR(string profile)
    Parameters
    Type Name Description
    System.String profile
    Returns
    Type Description
    TTaskPattern

    SpeakRC()

    Declaration
    public static TTaskPattern SpeakRC()
    Returns
    Type Description
    TTaskPattern

    SpeakRCE(String)

    Declaration
    public static TTaskPattern SpeakRCE(string e)
    Parameters
    Type Name Description
    System.String e
    Returns
    Type Description
    TTaskPattern

    SpeakRE(String, String)

    Declaration
    public static TTaskPattern SpeakRE(string profile, string e)
    Parameters
    Type Name Description
    System.String profile
    System.String e
    Returns
    Type Description
    TTaskPattern

    Text(String)

    Declaration
    public static TTaskPattern Text(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    TTaskPattern

    TextConfirm(String)

    Declaration
    public static TTaskPattern TextConfirm(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    TTaskPattern

    Wait(Synchronizer)

    Declaration
    public static TTaskPattern Wait(Synchronizer synchr)
    Parameters
    Type Name Description
    Danmokou.SM.Synchronizer synchr
    Returns
    Type Description
    TTaskPattern
    In This Article
    • Methods
      • Confirm()
      • ContinuedText(String)
      • ContinuedTextNewline(String)
      • FadeStandIn(String, Single)
      • FadeStandOut(String, Single)
      • Place(TSMReflection.StandLocation, String)
      • RawSummon(String)
      • Re(StateMachine)
      • Set(StateMachine[])
      • SetEmote(String, String)
      • SetStandOpacity(String, Single)
      • SpeakL(String)
      • SpeakLC()
      • SpeakLCE(String)
      • SpeakLE(String, String)
      • SpeakR(String)
      • SpeakRC()
      • SpeakRCE(String)
      • SpeakRE(String, String)
      • Text(String)
      • TextConfirm(String)
      • Wait(Synchronizer)
    Back to top Generated by DocFX