Search Results for

    Show / Hide Table of Contents

    Class PatternProperty

    A modifier that affects an entire pattern script.

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

    Methods

    BGM((Int32 phase, String track)[])

    Declaration
    public static PatternProperty BGM((int phase, string track)[] tracks)
    Parameters
    Type Name Description
    System.ValueTuple<System.Int32, System.String>[] tracks
    Returns
    Type Description
    PatternProperty

    Boss(String)

    Get metadata from a boss configuration. Includes things like UI colors, spell circles, tracker, etc.

    Declaration
    public static PatternProperty Boss(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    PatternProperty

    Bosses(String[], (Int32 phase, Int32 index)[])

    Declaration
    public static PatternProperty Bosses(string[] keys, (int phase, int index)[] uiUsage)
    Parameters
    Type Name Description
    System.String[] keys
    System.ValueTuple<System.Int32, System.Int32>[] uiUsage
    Returns
    Type Description
    PatternProperty

    Mixer((Int32 phase, (String track, BPY volume)[])[])

    Declaration
    public static PatternProperty Mixer((int phase, (string track, BPY volume)[])[] tracks)
    Parameters
    Type Name Description
    System.ValueTuple<System.Int32, System.ValueTuple<System.String, BPY>[]>[] tracks
    Returns
    Type Description
    PatternProperty

    SetUIFrom(Int32)

    Declaration
    public static PatternProperty SetUIFrom(int firstPhase)
    Parameters
    Type Name Description
    System.Int32 firstPhase
    Returns
    Type Description
    PatternProperty
    In This Article
    Back to top Generated by DocFX