A manager for registering and unregistering clothes. More...
Public Member Functions | |
delegate void | ModClothingCallback (ModClothingPiece clothingPiece) |
void | AddRegisterCallback (ModClothingCallback callback) |
Register a callback for when a clothing has been registered. | |
void | RemoveRegisterCallback (ModClothingCallback callback) |
Unregister a callback for when a clothing has been registered. | |
void | AddUnregisterCallback (ModClothingCallback callback) |
Register a callback for when a clothing has been unregistered. | |
void | RemoveUnregisterCallback (ModClothingCallback callback) |
Unregister a callback for when a clothing has been unregistered. | |
void | Register (ModClothingPiece[] clothingPieces) |
Register a bunch of clothing prefabs. | |
void | Unregister (ModClothingPiece[] clothingPieces) |
Unregister a bunch of clothing prefab. | |
void | Register (ModClothingPiece clothingPiece) |
Register a clothing prefab. | |
void | Unregister (ModClothingPiece clothingPiece) |
Unregister a clothing prefab. | |
Properties | |
static ModClothingManager | Instance [get] |
A manager for registering and unregistering clothes.
void ModWobblyLife.ModClothingManager.AddRegisterCallback | ( | ModClothingCallback | callback | ) |
Register a callback for when a clothing has been registered.
callback |
void ModWobblyLife.ModClothingManager.AddUnregisterCallback | ( | ModClothingCallback | callback | ) |
Register a callback for when a clothing has been unregistered.
callback |
delegate void ModWobblyLife.ModClothingManager.ModClothingCallback | ( | ModClothingPiece | clothingPiece | ) |
void ModWobblyLife.ModClothingManager.Register | ( | ModClothingPiece | clothingPiece | ) |
Register a clothing prefab.
clothingPiece |
void ModWobblyLife.ModClothingManager.Register | ( | ModClothingPiece[] | clothingPieces | ) |
Register a bunch of clothing prefabs.
clothingPieces |
void ModWobblyLife.ModClothingManager.RemoveRegisterCallback | ( | ModClothingCallback | callback | ) |
Unregister a callback for when a clothing has been registered.
callback |
void ModWobblyLife.ModClothingManager.RemoveUnregisterCallback | ( | ModClothingCallback | callback | ) |
Unregister a callback for when a clothing has been unregistered.
callback |
void ModWobblyLife.ModClothingManager.Unregister | ( | ModClothingPiece | clothingPiece | ) |
Unregister a clothing prefab.
clothingPiece |
void ModWobblyLife.ModClothingManager.Unregister | ( | ModClothingPiece[] | clothingPieces | ) |
Unregister a bunch of clothing prefab.
clothingPieces |
|
staticget |