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