Search Results for

    Show / Hide Table of Contents

    Class TuneData

    調声データ

    Inheritance
    object
    TuneData
    Data
    NoData
    Implements
    ITuneData
    IEquatable<TuneData>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record TuneData : ITuneData, IEquatable<TuneData>

    Properties

    Index

    インデックス

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

    省略可能。

    Repeat

    同じ値の繰り返し数

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

    Implements

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