UxrPreviewGrabPoses Enumeration
Flags enumerating the different modes that can be used to preview the grab poses in the editor while an UxrGrabbableObject is selected.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum UxrPreviewGrabPoses
Members
Member name | Value | Description | |
---|---|---|---|
DontShow | 0 | Don’t preview the grab poses. | |
ShowLeftHand | 1 | Preview the left grab poses. | |
ShowRightHand | 2 | Preview the right grab poses. | |
ShowBothHands | 3 | Preview left and right grab poses. |