Grabbable Priority
Grabbable
Grabbable Priority is a ProtoFlux node that gets the priority of an IGrabbable.
Grab Priority Determines what gets grabbed if several grabbable objects are touching someone's grab sphere. The IGrabbable with the highest priority will be grabbed first. If the highest priority ties with another IGrabbable, it will grab both of those and ignore any lower priority IGrabbables.
Inputs
Grabbable (IGrabbable)
The grabbable that should be checked for a grabber that is grabbing it.
Outputs
* (Grabber)
The grab priority of the provided Grabbable (IGrabbable).
Examples
-
An example of using Grabbable Priority to get the grab priority of a DynamicBoneChain component.