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 nameValueDescription
UseProximity0Use the proximity transform in the UxrGrabber.
BoxConstrained1Use a BoxCollider inside which the UxrGrabber needs to be in order to grab the object.

See Also

Reference

UltimateXR.Manipulation Namespace