Component:AvatarUserPositioner
The AvatarUserPositioner component is used to position a user to the avatar upon equipping the avatar.
More actions
(Redirected from AvatarUserPositioner (Component))
Component image 
Avatar User Positioner component as seen in the Scene Inspector

The AvatarUserPositioner component is used to position a user to the avatar upon equipping the avatar.
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. Some components stop their functionality when this field is disabled, but some don't. |
PositionNode
|
UserRoot.UserNode | What node to use to match the position of the user. |
RotationNode
|
UserRoot.UserNode | What node to use to match the rotation of the user. |
PositionReference
|
Slot | The slot to position the user to instead of the slot this component is on when they equip the user. |
RotationReference
|
Slot | The slot to rotate the user to instead of the slot this component is on when they equip the user. |
PreserveUp
|
Bool | Whether to upright the user when they equip the avatar, or set them to the rotation this avatar is in when equipping. |
OnManualEquipOnly
|
Bool | Whether to trigger this positioner only when the user clicks on the avatar to equip it rather than also triggering when the avatar is equipped through flux. |
Usage
This article or section is a stub. You can help the Resonite wiki by expanding it.