AvatarSettingsAccessoryMode
Determines whether AvatarAccessoryRules enforces custom size limits on rigid
accessories worn by player avatars.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | PlayerChoice | 0 | No custom size limits are applied to rigid accessories; the player's own accessory choices are displayed without modification. | |
| 672 | CustomLimit | 1 | The experience enforces custom size limits on rigid accessories using the
LimitBounds and LimitMethod properties of |
Description
Determines whether AvatarAccessoryRules enforces custom size limits on rigid
(non-layered) accessories worn by player avatars in the experience. Used by
AccessoryMode, which defaults to
AvatarSettingsAccessoryMode.PlayerChoice. When set to
AvatarSettingsAccessoryMode.CustomLimit, the engine evaluates each
rigid accessory against LimitBounds and applies the enforcement strategy in
LimitMethod.
History 3
- 672 Add PlayerChoice
- 672 Add CustomLimit
- 672 Add AvatarSettingsAccessoryMode