Class ClothingSlotMetadata
Describes a clothing slot using the base game's display metadata.
public sealed class ClothingSlotMetadata
- Inheritance
-
ClothingSlotMetadata
- Inherited Members
- Extension Methods
Properties
DisplayName
Gets the base game's display name for the slot.
public string DisplayName { get; }
Property Value
Icon
Gets the base game's icon for the slot, if one is configured.
public Sprite? Icon { get; }
Property Value
- Sprite
Slot
Gets the clothing slot represented by this metadata.
public ClothingSlot Slot { get; }