Community ProtoFlux Library/AmasterAmaster/Avatar/Get User Avatar Root: Difference between revisions
From Resonite Wiki
Created a page for Get User Avatar Root custom node |
=T |
||
Line 36: | Line 36: | ||
=== AvatarRoot ([[User|User]]) === | === AvatarRoot ([[User|User]]) === | ||
To find the root the avatar is parented to that is on a user. | |||
=== AvatarHips ([[User|User]]) === | === AvatarHips ([[User|User]]) === |
Revision as of 16:58, 23 August 2024
Get User Avatar Root
Amaster's Avatar Library
The Get User Avatar Root is a custom node that allows the user to find the avatar's root and hips from a user and their global position, rotation and scale.
Input
User (User)
The user that the node will output the values from.
SearchDepth (int)
The search priority of the node. (Not sure on this one. Clarify its true function when possible)
Output
AvatarRoot (User)
To find the root the avatar is parented to that is on a user.
AvatarHips (User)
The slot of the user avatar's hip.
GlobalPosition (Float3)
The float3 value of the avatar's position.
GlobalRotation (floatQ)
The floatQ value of the avatar's rotation.
GlobalScale (Float3)
The float3 value of the avatar's scale.