Table of Contents

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

Codec<CustomModelTexture>

Texture

public string? Texture { get; init; }

Property Value

string

Weight

public int Weight { get; init; }

Property Value

int