Search Results for

    Show / Hide Table of Contents

    Class SongEditor

    ソングエディタの表示復元設定 TODO: 詳細

    Inheritance
    object
    SongEditor
    Implements
    IEditor
    IEquatable<SongEditor>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record SongEditor : IEditor, IEquatable<SongEditor>

    Properties

    EditingTool

    Declaration
    public int EditingTool { get; set; }
    Property Value
    Type Description
    int

    Mode

    Declaration
    public int Mode { get; set; }
    Property Value
    Type Description
    int

    Partition

    separator position

    Declaration
    public int Partition { get; set; }
    Property Value
    Type Description
    int

    Quantize

    Declaration
    public int Quantize { get; set; }
    Property Value
    Type Description
    int

    ReferenceState

    Declaration
    public ReferenceState? ReferenceState { get; set; }
    Property Value
    Type Description
    ReferenceState

    ViewScale

    Declaration
    public ViewScale? ViewScale { get; set; }
    Property Value
    Type Description
    ViewScale

    Implements

    IEditor
    IEquatable<T>
    In this article
    Back to top LibSasara