C Specification
The XrBodyTrackingStatusBD enum describes the body tracking status values.
// Provided by XR_BD_body_tracking_auxiliary_metrics
typedef enum XrBodyTrackingStatusBD {
XR_BODY_TRACKING_STATUS_INVALID_BD = 0,
XR_BODY_TRACKING_STATUS_VALID_BD = 1,
XR_BODY_TRACKING_STATUS_LIMITED_BD = 2,
XR_BODY_TRACKING_STATUS_MAX_ENUM_BD = 0x7FFFFFFF
} XrBodyTrackingStatusBD;
Description
| Enum | Description |
|---|---|
|
Body tracking status is invalid |
|
Body tracking status is valid |
|
Body tracking status is limited |
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.