@ExperimentalUserSubspaceApi
value class BodyPart


A type-safe representation of a part of the user's body that can be used as a lock target.

Summary

Public companion properties

BodyPart

The "Head" represents both where the user is located and where they are looking.

Public companion properties

Head

val HeadBodyPart

The "Head" represents both where the user is located and where they are looking.

This is typically tracked in order to move content to where it's always in the user's field of view. Please configure headTracking to use this feature. This configure can be set within the session as follows session.config.headTracking == Config.HeadTrackingMode.LAST_KNOWN

Permissions: Note that this requires the android.permission.HEAD_TRACKING permission.