C Specification
The XrTrackableTypeANDROID enum is defined as:
// Provided by XR_ANDROID_trackables
typedef enum XrTrackableTypeANDROID {
XR_TRACKABLE_TYPE_NOT_VALID_ANDROID = 0,
XR_TRACKABLE_TYPE_PLANE_ANDROID = 1,
// Provided by XR_ANDROID_raycast
XR_TRACKABLE_TYPE_DEPTH_ANDROID = 1000463000,
// Provided by XR_ANDROID_trackables_object
XR_TRACKABLE_TYPE_OBJECT_ANDROID = 1000466000,
// Provided by XR_ANDROID_trackables_marker
XR_TRACKABLE_TYPE_MARKER_ANDROID = 1000707000,
XR_TRACKABLE_TYPE_MAX_ENUM_ANDROID = 0x7FFFFFFF
} XrTrackableTypeANDROID;
Description
| Enum | Description |
|---|---|
|
Indicates that the trackable is not valid. |
|
Indicates that the trackable is a plane. |
|
Indicates that the trackable is the perception depth buffer. (Added by the |
|
Indicates that the trackable is the object. (Added by the |
|
Indicates that the trackable is a marker. (Added by the |
See Also
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-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.