Table of Contents

Class ModelOverride

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ModelOverride", "8d822a1301f936ed17fed4d9583d4d534f41932e09f2a223010c715113cd55f6")]
public sealed record ModelOverride : IEquatable<ModelOverride>
Inheritance
ModelOverride
Implements
Inherited Members

Properties

AnimationSets

public Dictionary<string, AnimationSet>? AnimationSets { get; init; }

Property Value

Dictionary<string, AnimationSet>

Codec

public static Codec<ModelOverride> Codec { get; }

Property Value

Codec<ModelOverride>

Model

public string? Model { get; init; }

Property Value

string

Texture

public string? Texture { get; init; }

Property Value

string