Class ClockObject
tickの時刻指定を持つ
Implements
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 |