Automated: update Categories |
This is not a component stub at least. |
||
Line 33: | Line 33: | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Avatar Object Scale]] | [[Category:Components{{#translation:}}|Avatar Object Scale]] | ||
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Object Scale]] | [[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Object Scale]] |
Revision as of 16:15, 14 October 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Intoduction
The AvatarObjectScale component allows setting it's slot scale relative to the UserRoot slot when equipped under an avatar.
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
UserSpaceScale
|
Float3 | The desired scale relative to the UserRoot slot. |
Behavior
On equip the component will set the attached slot scale to be UserSpaceScale
in the UserRoot slot space.