C Specification

The XrSpatialEntityComponentDataDynamicObjectBD structure is defined as:

// Provided by XR_BD_dynamic_object_tracking
typedef struct XrSpatialEntityComponentDataDynamicObjectBD {
    XrStructureType          type;
    void*                    next;
    XrDynamicObjectDataBD    data;
} XrSpatialEntityComponentDataDynamicObjectBD;

Members

Member Descriptions

Description

XrSpatialEntityComponentDataDynamicObjectBD is an output struct for getting the dynamic object component data from an entity in the snapshot. This corresponds to an XrSpatialEntityComponentTypeBD value of XR_SPATIAL_ENTITY_COMPONENT_TYPE_DYNAMIC_OBJECT_BD.

All spatial entities describing dynamic objects must have the XR_SPATIAL_ENTITY_COMPONENT_TYPE_DYNAMIC_OBJECT_BD component enabled by the runtime.

Valid Usage (Implicit)

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 2014-2026 The Khronos Group Inc.