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