OpenXRStructureBase

继承: RefCounted < Object

派生: OpenXRSpatialContextPersistenceConfig

Object for storing OpenXR structure data.

描述

Object for storing OpenXR structure data that is passed when calling into OpenXR APIs.

属性

OpenXRStructureBase

next

方法

int

_get_header(next: int) virtual

int

get_structure_type()


属性说明

OpenXRStructureBase next 🔗

Setting another structure object here chains these structures together to extend the API functionality. Consult the OpenXR documentation for which structures can be used with a given API call.


方法说明

int _get_header(next: int) virtual 🔗

There is currently no description for this method. Please help us by contributing one!


int get_structure_type() 🔗

Returns the structure type (OpenXR XrStructureType) used for this structure.