Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
OpenXRStructureBase
Eredita: RefCounted < Object
Ereditato da: OpenXRSpatialContextPersistenceConfig
Object for storing OpenXR structure data.
Descrizione
Object for storing OpenXR structure data that is passed when calling into OpenXR APIs.
Proprietà
Metodi
_get_header(next: int) virtual |
|
Descrizioni delle proprietà
OpenXRStructureBase next 🔗
void set_next(value: OpenXRStructureBase)
OpenXRStructureBase get_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.
Descrizioni dei metodi
int _get_header(next: int) virtual 🔗
There is currently no description for this method. Please help us by contributing one!
Returns the structure type (OpenXR XrStructureType) used for this structure.