Class ClothingItemInstance
Represents a clothing item instance in the game world (physical clothing you own). Extends ItemInstance with color information.
public class ClothingItemInstance : ItemInstance
- Inheritance
-
ClothingItemInstance
- Inherited Members
- Extension Methods
Properties
Color
The color of this clothing instance.
public ClothingColor Color { get; set; }
Property Value
Definition
The clothing definition (template) this instance was created from.
public ClothingItemDefinition Definition { get; }