Community ProtoFlux Library/AmasterAmaster/Avatar/Get User Avatar Root

From Resonite Wiki
Revision as of 16:49, 23 August 2024 by Zennirus (talk | contribs) (Created page with "{{Custom Node|AmasterAmaster}} {{#Invoke:ProtoFlux|GenerateUI |Name=Get User Avatar Root |Category= Amaster's Avatar Library |Inputs= [ {"Name":"User", "Type":"User"}, {"Name":"SearchDepth", "Type":"int"} ] |Outputs= [ {"Name":"AvatarRoot", "Type":"Slot"}, {"Name":"AvatarHips", "Type":"Slot"}, {"Name":"GlobalPosition", "Type":"float3"}, {"Name":"GlobalRotation", "Type":"floatQ"}, {"Name":"GlobalScale", "Type":"float3"} ] |Custom=true |}} The '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a custom ProtoFlux node maintained by AmasterAmaster. Contact the creator of the node (not the Dev Team) with any bugs or issues.
This node was created using an in-game system and has no correlation to the Plugin system. Currently, these types of custom nodes are not officially supported by Resonite.
Get User Avatar Root
User
AvatarRoot
SearchDepth
AvatarHips
GlobalPosition
GlobalRotation
GlobalScale
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 (Type:int|int]])

The search priority of the node. (Not sure on this one. Clarify its true function when possible)

Output

AvatarRoot (User)

The root slot of the avatar. To find the root the avatar is parented to. Usually to 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.