HandTrackingMode
class HandTrackingMode
Feature that allows tracking of the user's hands and hand joints.
Summary
Public companion properties |
|
|---|---|
HandTrackingMode |
Both the left and right hands will be tracked. |
HandTrackingMode |
Hands will not be tracked. |
Public functions |
|
|---|---|
open String |
toString()Returns a string representation of |
Public companion properties
BOTH
val BOTH: HandTrackingMode
Both the left and right hands will be tracked. Note that setting this mode will consume additional runtime resources.
Supported runtimes:
-
OpenXR
Required permissions:
Public functions
toString
open fun toString(): String
Returns a string representation of HandTrackingMode for debugging.
Note: Not intended for production use.