UxrGrabManager.ShouldHideHandRenderer Method
Gets whether grabbing a given UxrGrabbableObject using a certain UxrGrabber will make the grabber’s renderer show up as hidden due to the parameters set in the inspector.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public bool ShouldHideHandRenderer(
UxrGrabber grabber,
UxrGrabbableObject grabbableObject
)
Parameters
- grabber
- Type: UltimateXR.Manipulation.UxrGrabber
Grabber to check - grabbableObject
- Type: UltimateXR.Manipulation.UxrGrabbableObject
Grabbable object to check
Return Value
Type: Boolean
Whether the renderer would be hidden when grabbed