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