Badhaloninja (talk | contribs) Define AvatarObjectScale |
Automated: update Categories |
||
Line 32: | Line 32: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Avatar Object Scale]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components:Users:Common Avatar System{{#translation:}}| | [[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Object Scale]] |
Revision as of 22:54, 3 March 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.