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