Config.HandTrackingMode


class Config.HandTrackingMode : Config.ConfigMode


Feature that allows tracking of the user's hands and hand joints.

Setting this feature to HandTrackingMode.BOTH requires that the HAND_TRACKING Android permission is granted by the calling application.

Summary

Public companion properties

Config.HandTrackingMode

Both the left and right hands will be tracked.

Config.HandTrackingMode

Hands will not be tracked.

Public functions

open String

Inherited functions

From androidx.xr.runtime.Config.ConfigMode
open Boolean
isSupported(session: Session)

Queries whether the ConfigMode is supported and is available to be configured for the session via Session.configure.

Public companion properties

BOTH

val BOTHConfig.HandTrackingMode

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

DISABLED

val DISABLEDConfig.HandTrackingMode

Hands will not be tracked.

Public functions

toString

open fun toString(): String