Config.HeadTrackingMode


class Config.HeadTrackingMode


Feature that allows tracking of the user's head pose.

Setting this feature to HeadTracking.Enabled requires that the HEAD_TRACKING Android permission is granted by the calling application.

Summary

Public companion properties

Config.HeadTrackingMode

Head pose will not be tracked.

Config.HeadTrackingMode

Head pose will be tracked.

Public companion properties

Disabled

val DisabledConfig.HeadTrackingMode

Head pose will not be tracked.

Enabled

val EnabledConfig.HeadTrackingMode

Head pose will be tracked.