AvatarSettingsScaleMode
Determines whether the experience enforces a custom height range on player characters or allows players to spawn at their natural avatar height.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | PlayerChoice | 0 | Characters spawn at their natural avatar height without any experience-level height override. This is the default value. | |
| 672 | CustomScale | 1 | The experience clamps the character's height to the range specified by
|
Description
Determines whether the experience overrides player character height with a
creator-defined range or leaves it at the player's own avatar height. Used by
ScaleMode. When set to AvatarSettingsScaleMode.CustomScale, the
engine clamps character height to CustomHeight and applies layered clothing
bounds from the resulting body extents. Defaults to
AvatarSettingsScaleMode.PlayerChoice.
History 3
- 672 Add PlayerChoice
- 672 Add CustomScale
- 672 Add AvatarSettingsScaleMode