UxrGrabProximityMode Enumeration
Enumerates how the distance from a UxrGrabber to a UxrGrabbableObject can be computed.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrGrabProximityMode
Members
Member name | Value | Description | |
---|---|---|---|
UseProximity | 0 | Use the proximity transform in the UxrGrabber. | |
BoxConstrained | 1 | Use a BoxCollider inside which the UxrGrabber needs to be in order to grab the object. |