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 nameValueDescription
DontShow0Don’t preview the grab poses.
ShowLeftHand1Preview the left grab poses.
ShowRightHand2Preview the right grab poses.
ShowBothHands3Preview left and right grab poses.

See Also

Reference

UltimateXR.Manipulation Namespace