ProtoFlux:BodyNodeSlot
Finds the slot of the specified body node on the provided user.
More actions
(Redirected from ProtoFlux:Body Node Slot)
Body Node Slot
Body Nodes
The BodyNodeSlot node finds the slot that is associated with the specified Type:BodyNode on the provided user. This will usually be a slot representing a bone on a skinned mesh.
This node will first attempt to find a BipedRig component under the user and read the slot associated with the body node from this component. If it can not find the slot in this manner, it will then iterate over every component on the user in an attempt to find an AvatarObjectSlot component of the specified node type.
Inputs
Source (User)
The user to find a body part slot for.
Node (BodyNode)
The body node to find a slot for.
Outputs
* (Slot)
The slot on the user that is associated with the specified Node.