|
My Project v1
Project
|
静态 Public 成员函数 | |
| static void | AddClothingSlot (string name) |
| static void | Initialize () |
| static | operator int (ClothingSlot slot) |
| static implicit | operator ClothingSlot (int id) |
Public 属性 | |
| int | StableId |
| float | BasicInsulation = 1e8f |
| string | Name |
静态 Public 属性 | |
| static Dictionary< string, ClothingSlot > | ClothingSlots = new Dictionary<string, ClothingSlot>() |
| 调用自定义部位(比如手臂)的ClothingSlot,可以用ClothingSlot.ClothingSlots["Arms"] | |
| static Dictionary< int, ClothingSlot > | ClothingSlotsByInt = new Dictionary<int, ClothingSlot>() |
属性 | |
| static ClothingSlot | Head [get] |
| static ClothingSlot | Torso [get] |
| static ClothingSlot | Legs [get] |
| static ClothingSlot | Feet [get] |
| virtual string | MessageWhenLeastInsulated = string.Empty [get, set] |
|
static |

|
static |


|
static |
|
explicitstatic |
| float Game.ClothingSlot.BasicInsulation = 1e8f |
|
static |
调用自定义部位(比如手臂)的ClothingSlot,可以用ClothingSlot.ClothingSlots["Arms"]
|
static |
| string Game.ClothingSlot.Name |
| int Game.ClothingSlot.StableId |
|
staticget |
|
staticget |
|
staticget |
|
getset |
|
staticget |