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
继承: RefCounted < Object
派生: OpenXRSpatialContextPersistenceConfig
用于存储 OpenXR 结构数据的对象。
描述
用于存储调用 OpenXR API 时传递的 OpenXR 结构数据的对象。
属性
方法
_get_header(next: int) virtual |
|
属性说明
OpenXRStructureBase next 🔗
void set_next(value: OpenXRStructureBase)
OpenXRStructureBase get_next()
在此设置另一个结构对象可以将这些结构链接起来,从而扩展 API 功能。有关哪些结构可以与特定 API 调用一起使用,请参阅 OpenXR 文档。
方法说明
int _get_header(next: int) virtual 🔗
There is currently no description for this method. Please help us by contributing one!
返回该结构使用的结构类型(OpenXR XrStructureType)。