Search Results for

    Show / Hide Table of Contents

    Class Time

    ビート(拍子)切替指定

    Inheritance
    object
    ClockObject
    Time
    Implements
    IEquatable<ClockObject>
    IEquatable<Time>
    Inherited Members
    ClockObject.Clock
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Time : ClockObject, IEquatable<ClockObject>, IEquatable<Time>

    Properties

    BeatType

    音価(1拍の長さの基準)

    Declaration
    public uint BeatType { get; set; }
    Property Value
    Type Description
    uint

    Beats

    1小節中の拍数

    Declaration
    public uint Beats { get; set; }
    Property Value
    Type Description
    uint

    Implements

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