Search Results for

    Show / Hide Table of Contents

    Class ClockObject

    tickの時刻指定を持つ

    Inheritance
    object
    ClockObject
    ScoreObject
    Sound
    Time
    Implements
    IEquatable<ClockObject>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public abstract record ClockObject : IEquatable<ClockObject>

    Properties

    Clock

    切替時刻(単位:tick)

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

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara