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