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 nameValueDescription
GrabWhilePressed0Object is grabbed while the grab button is pressed.
GrabToggle1One click on the grab button to grab, and another click to release it.
GrabAndKeepAlways2Object will keep being grabbed. It can be released manually through ReleaseGrabs(Boolean).

See Also

Reference

UltimateXR.Manipulation Namespace