Class ItemAppearanceCondition
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ItemAppearanceCondition", "4ea21dd7f7e2fa7a9d10840d5f6ce8303cf9ebad87e2a001c9b8aa3e507cf1e0")]
public sealed record ItemAppearanceCondition : IEquatable<ItemAppearanceCondition>
- Inheritance
-
ItemAppearanceCondition
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<ItemAppearanceCondition> Codec { get; }
Property Value
- Codec<ItemAppearanceCondition>
Condition
public float[] Condition { get; init; }
Property Value
- float[]
ConditionValueType
public ItemAppearanceConditionValueType ConditionValueType { get; init; }
Property Value
- ItemAppearanceConditionValueType
FirstPersonParticles
public List<ModelParticle>? FirstPersonParticles { get; init; }
Property Value
- List<ModelParticle>
LocalSoundEventId
public string? LocalSoundEventId { get; init; }
Property Value
- string
Model
public string? Model { get; init; }
Property Value
- string
ModelVFXId
public string? ModelVFXId { get; init; }
Property Value
- string
Particles
public List<ModelParticle>? Particles { get; init; }
Property Value
- List<ModelParticle>
Texture
public string? Texture { get; init; }
Property Value
- string
WorldSoundEventId
public string? WorldSoundEventId { get; init; }
Property Value
- string