UxrSnapToHandMode Enumeration

Enumerates the ways a UxrGrabbableObject can snap to a UxrGrabber.

Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public enum UxrSnapToHandMode


Members

Member nameValueDescription
DontSnap0Don’t snap. The UxrGrabbableObject is simply linked to the UxrGrabber and from then on it will move along with it.
PositionOnly1Keep the current UxrGrabbableObject orientation and snap the position.
RotationOnly2Keep the current UxrGrabbableObject position and snap the rotation.
PositionAndRotation3Snap the UxrGrabbableObject position and rotation to the UxrGrabber.

See Also

Reference

UltimateXR.Manipulation Namespace