Component:AvatarParentNode: Difference between revisions

From Resonite Wiki
imported>AshtonSparx
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=AvatarParentNodeComponent.png |Name=Avatar Parent Node }} <!--T:2--> == Fields == {{Table C..."
 
Added a note about this component.
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
|Name=Avatar Parent Node
|Name=Avatar Parent Node
}}
}}
This component is used to parent and pose the avatar in a certain way. When using this component now, it will attach then remove itself from the slot.
{{Note|This component is no longer used and in the code reads the following: "AvatarParentNode is obsolete, please use [[Component:AvatarPoseNode|AvatarPoseNode]] instead".|information}}


<!--T:2-->
<!--T:2-->

Latest revision as of 21:58, 21 April 2024


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


Component image 
File:AvatarParentNodeComponent.png
Avatar Parent Node component as seen in the Scene Inspector


This component is used to parent and pose the avatar in a certain way. When using this component now, it will attach then remove itself from the slot.

This component is no longer used and in the code reads the following: "AvatarParentNode is obsolete, please use AvatarPoseNode instead".

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.
Node BodyNode
DestroyOnDequip Bool
Scale Float3
EquipOrderPriority Int
_originalParent Slot

Usage

Examples

Related Components