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

Returns a string representation of HandTrackingMode for debugging.

Public properties

Int

Public companion properties

BOTH

val BOTHHandTrackingMode

Both the left and right hands will be tracked. Note that setting this mode will consume additional runtime resources.

Supported runtimes:

  • OpenXR

Required permissions:

DISABLED

val DISABLEDHandTrackingMode

Hands will not be tracked.

Public functions

toString

open fun toString(): String

Returns a string representation of HandTrackingMode for debugging.

Note: Not intended for production use.

Public properties

mode

Added in 1.0.0-beta02
val modeInt