Component:AvatarRoot: Difference between revisions

From Resonite Wiki
Automated: update Fields, Categories
fix formatting
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|Name=AvatarRoot
|Name=AvatarRoot
}}
}}
 
* This is generated by the [[Avatar Creator]] Dialog
<!--T:2-->
* This handles the click to equip [[context menu]] when clicking on avatars
== Introduction ==
* Appears to effectively equip to the Root [[Type:BodyNode|bodynode]]
* This is generated by the Avatar Creator Dialog
* This handles the click to equip context menu when clicking on avatars
* Appears to effectively equip to the Root bodynode


<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Scale|Float3|
|Scale|Float3|  
|_originalParent|Slot|
|_originalParent|Slot| The slot this avatar was parented to before equipping.
}}
}}


<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==


<!--T:5-->
<!--T:5-->
Line 28: Line 25:


<!--T:6-->
<!--T:6-->
== Related Components ==
== See Also ==
</translate>
</translate>
[[Category:Components{{#translation:}}|Avatar Root]]
[[Category:Components{{#translation:}}|Avatar Root]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Root]]
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Root]]

Latest revision as of 15:06, 19 November 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
AvatarRoot component as seen in the Scene Inspector

Fields

Fields
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.
Scale Float3
_originalParent Slot The slot this avatar was parented to before equipping.

Usage

Examples

See Also