Class BarBeatDuration
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BarBeatDuration", "a9babb28c1e87bd9d77e052b19f87f332ddd18f0dbf7e5d6e307f1538ea8c852")]
public sealed record BarBeatDuration : IEquatable<BarBeatDuration>
- Inheritance
-
BarBeatDuration
- Implements
- Inherited Members
Properties
Bars
public int Bars { get; init; }
Property Value
Beats
public int Beats { get; init; }
Property Value
Codec
public static Codec<BarBeatDuration> Codec { get; }
Property Value
Ms
public float? Ms { get; init; }