Holds a collection of clothing items. Won't let you add items that aren't compatible.
| Add |
Add clothing item |
| AddRange |
|
| Apply |
Dress a skinned model renderer with an outfit. Doesn't download missing clothing. |
| ApplyAsync |
Dresses a skinned model with an outfit. Will apply all the clothes it can immediately, then download any missing clothing. |
| Deserialize |
Deserialize from Json |
| FindEntry |
Find a clothing entry matching this clothing item |
| GetBodyGroups |
Return a list of bodygroups and what their value should be |
| Has |
Returns true if we have this clothing item |
| Normalize |
Restrict things like Height to their sensible limits |
| Reset |
Clear the outfit from this model, make it named |
| Serialize |
Serialize to Json |
| Toggle |
Add a clothing item if we don't already contain it, else remove it |