mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-14 00:49:08 +01:00
1.6 KiB
1.6 KiB
WornClothes
Namespace: TinyLife > Objects
Assembly: Tiny Life.dll
Summary
WornClothes is a wrapper around TinyLife.Objects.Clothes
that additionally stores the colors and whether or not the clothes are from the TinyLife.World.Household.ClothesStorage
or not
Constructors
Name | Summary |
---|---|
WornClothes ( Clothes , Int32 [] ) |
Creates a new worn TinyLife.Objects.Clothes instance with the given settings |
Fields
Type | Name | Summary |
---|---|---|
Int32[] | Colors | The colors of this TinyLife.Objects.Clothes instance. Each index references the color of the underlying TinyLife.Objects.WornClothes.Type 's TinyLife.Objects.Clothes.Colors . The actual color can be retrieved easily using TinyLife.Objects.WornClothes.GetColor(System.Int32) . |
Boolean | FromStorage | This value is true if this clothes item is from the TinyLife.World.Household.ClothesStorage |
Clothes | Type | The TinyLife.Objects.Clothes type that these worn clothes reference |
Methods
Return | Name | Summary |
---|---|---|
Color | GetColor ( Int32 ) |
Returns the Microsoft.Xna.Framework.Color of the given layer |
Boolean | Validate ( ) | This method is called when this object is loaded from disk. |