Skip to content
Version 2.11.0
↓ Get the launcher

WardrobeRegions class

The cosmetic wardrobe regions a saved outfit covers (weapon skins excluded).

public static class WardrobeRegions
name description
static All { get; } The 14 FashionRegion codes an outfit stores, in a stable order: 701 Suit, 702 UpperClothes, 703 Pants, 711 Gloves, 712 Shoes, 713 Headwear, 714 FaceMask, 715 MouthMask, 716 Tail, 717 Back, 718 HeadWearSecond, 721 Earrings, 722 Necklace, 723 Ring. 731 WeaponSkin is deliberately excluded (separate game system).
const WeaponSkinPreview Preview-only key for the weapon skin (FashionRegion.WeapoonSkin = 731). Deliberately NOT in All: a weapon skin never travels in FashionWear, so it is not part of a saved outfit’s region map and ApplyAsync IGNORES this key — weapon skins are applied through ApplyWeaponSkinAsync.