Wobbly Life Mod SDK
 
Loading...
Searching...
No Matches
ModWobblyLife.ModClothingTop Class Reference

Defines a characters clothing top. More...

Inheritance diagram for ModWobblyLife.ModClothingTop:
ModWobblyLife.ModClothingPiece

Public Member Functions

override ModClothingSelectionType GetClothingSelectionType ()
 Returns what type of clothing this is.
 
- Public Member Functions inherited from ModWobblyLife.ModClothingPiece
SkinnedMeshRenderer GetSkinnedMeshRenderer ()
 Returns the skinned mesh of the clothing.
 
Renderer[] GetExternalRenderers ()
 Returns the renderers which are part of the clothing.
 
Sprite GetIconSprite ()
 Returns the icon sprite.
 
Color GetDefaultPrimaryColor ()
 Returns the default primary color.
 
ModClothingMaterialIndex GetMaterialPropertyIndex ()
 Returns the material property index mask.
 
bool IsAllowedToChangePrimaryColor ()
 Returns whether this clothing is allowed to change colour.
 
abstract ModClothingSelectionType GetClothingSelectionType ()
 Returns what type of clothing this is.
 

Additional Inherited Members

- Protected Member Functions inherited from ModWobblyLife.ModClothingPiece
virtual void OnValidate ()
 

Detailed Description

Defines a characters clothing top.

Member Function Documentation

◆ GetClothingSelectionType()

override ModClothingSelectionType ModWobblyLife.ModClothingTop.GetClothingSelectionType ( )
virtual

Returns what type of clothing this is.

Returns

Implements ModWobblyLife.ModClothingPiece.