UxrGrabMode Enumeration
What controller input we need to grab and release.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrGrabMode
Members
Member name | Value | Description | |
---|---|---|---|
GrabWhilePressed | 0 | Object is grabbed while the grab button is pressed. | |
GrabToggle | 1 | One click on the grab button to grab, and another click to release it. | |
GrabAndKeepAlways | 2 | Object will keep being grabbed. It can be released manually through ReleaseGrabs(Boolean). |