AvatarSettingsAccessoryLimitMethod
Determines how AvatarAccessoryRules enforces accessory size limits when an
accessory exceeds the configured bounds.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | Scale | 0 | Scales down rigid accessories that exceed the configured bounds, or removes them if scaling would reduce them below minimum size thresholds. | |
| 672 | Remove | 1 | Destroys any rigid accessory whose bounding box exceeds the configured bounds. | |
| 679 | PreviewScale | 2 | Reports whether an accessory would be scaled or removed for exceeding the configured bounds without actually modifying it. | |
| 679 | PreviewRemove | 3 | Reports whether an accessory would be removed for exceeding the configured bounds without actually destroying it. |
Description
Determines how AvatarAccessoryRules enforces accessory size limits when an
accessory exceeds LimitBounds. Used by LimitMethod, which defaults to
AvatarSettingsAccessoryLimitMethod.Remove. Only takes effect when
AccessoryMode is AvatarSettingsAccessoryMode.CustomLimit.
History 5
- 679 Add PreviewScale
- 679 Add PreviewRemove
- 672 Add Scale
- 672 Add Remove
- 672 Add AvatarSettingsAccessoryLimitMethod