Evaluates multiple states that relate to a grabble object. These states relate to the local user only.
Inputs:
Grab Object In
Grab Object
Reference to a grabbable object that will be evaluated.
Outputs:
Is Grabbed
Boolean
True if the the local user has grabbed the object. Otherwise, false.
Is Grabbed Left Hand
True if the local user has grabbed the object with their left-hand VR controller. Otherwise, false.
Is Grabbed Right Hand
True if the local user has grabbed the object with their right-hand VR controller. Otherwise, false.
Is Grabbed Mouse
True if the user is on a desktop device and has used their mouse to grab the object. Otherwise, false.
Last updated 1 year ago