UxrSnapToAnchorMode Enumeration

Enumerates how a UxrGrabbableObject can snap to a UxrGrabbableObjectAnchor when being placed on it.

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

Syntax

C#

public enum UxrSnapToAnchorMode


Members

Member nameValueDescription
DontSnap0Don’t snap.
PositionOnly1Snap the UxrGrabbableObject position and keep the rotation.
RotationOnly2Snap the UxrGrabbableObject rotation and keep the position.
PositionAndRotation3Snap the position and rotation.

See Also

Reference

UltimateXR.Manipulation Namespace