class
ClothingEntry
public class ClothingEntry Constructors
ClothingEntry() ClothingEntry(Clothing clothing) Properties
| Name | Type | Description |
|---|---|---|
Clothing | Clothing | A direct reference to the clothing item |
ItemDefinitionId | Int32 | If this is a Steam Inventory Item then this is the item definition id. This usually means we'll look up the clothing item from the workshop. |
Tint | Single? | Used to select a tint for the item. The gradients are defined in the item. |
Bone | String | If this item is manually placed, this is the bone we're attached to |
Transform | Transform? | If this item is manually placed, this is the offset relative to the bone |
Assembly:
Sandbox.Engine Declaring Type: ClothingContainer Full Name: Sandbox.ClothingContainer.ClothingEntry