AvatarSettingsClothingMode
Determines whether the experience applies a spatial bounding limit to layered clothing on player characters.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | PlayerChoice | 0 | No spatial limit is applied to layered clothing; the player's layered clothing accessories deform without a bounding constraint. | |
| 672 | CustomLimit | 1 | Applies a custom spatial limit to layered clothing based on |
Description
Determines whether the experience applies a spatial bounding limit to layered
clothing on player characters. Used by ClothingMode to control how far
layered clothing accessories can extend from the character body. When set to
AvatarSettingsClothingMode.CustomLimit, the engine reads LimitBounds
and clips layered clothing deformation to those bounds. Defaults to
AvatarSettingsClothingMode.PlayerChoice.
History 3
- 672 Add PlayerChoice
- 672 Add CustomLimit
- 672 Add AvatarSettingsClothingMode