![]() |
Superfighters Deluxe
|
Information about a clothing item. More...
Public Member Functions | |
| IProfileClothingItem () | |
| Empty profile clothing item. More... | |
| IProfileClothingItem (string name, IProfileClothingItem clothingColors=null) | |
| Profile clothing item with optional colors from existing clothing item. More... | |
| IProfileClothingItem (string name, string color1="", string color2="", string color3="") | |
| Profile clothing item with optional colors. More... | |
| string | Name |
| Name of the clothing item. The clothing item must be compatible with the item category - you can't use head clothing on the feet category for example. More... | |
| string | Color1 |
| Name of the primary ColorPackage in the ColorPalette for this clothing item. More... | |
| string | Color2 |
| Name of the secondary ColorPackage in the ColorPalette for this clothing item. More... | |
| string | Color3 |
| Name of the tertiary ColorPackage in the ColorPalette for this clothing item. More... | |
| string | ColorPalette |
| Name of the ColorPalette used by this clothing item. This cannot be changed. More... | |
Information about a clothing item.
Empty profile clothing item.
| IProfileClothingItem | ( | string | name, |
| string | color1 = "", |
||
| string | color2 = "", |
||
| string | color3 = "" |
||
| ) |
Profile clothing item with optional colors.
| name | Name of item. |
| color1 | Primary color package. |
| color2 | Secondary color package. |
| color3 | Tertiary color package. |
| IProfileClothingItem | ( | string | name, |
| IProfileClothingItem | clothingColors = null |
||
| ) |
Profile clothing item with optional colors from existing clothing item.
| name | Name of item. |
| clothingColors | Clothing item to grab colors from. |
| string Color1 |
Name of the primary ColorPackage in the ColorPalette for this clothing item.
| string Color2 |
Name of the secondary ColorPackage in the ColorPalette for this clothing item.
| string Color3 |
Name of the tertiary ColorPackage in the ColorPalette for this clothing item.
| string ColorPalette |
Name of the ColorPalette used by this clothing item. This cannot be changed.
| string Name |
Name of the clothing item. The clothing item must be compatible with the item category - you can't use head clothing on the feet category for example.