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.

OpenXRStructureBase

继承: RefCounted < Object

派生: OpenXRSpatialContextPersistenceConfig

用于存储 OpenXR 结构数据的对象。

描述

用于存储调用 OpenXR API 时传递的 OpenXR 结构数据的对象。

属性

OpenXRStructureBase

next

方法

int

_get_header(next: int) virtual

int

get_structure_type()


属性说明

OpenXRStructureBase next 🔗

在此设置另一个结构对象可以将这些结构链接起来,从而扩展 API 功能。有关哪些结构可以与特定 API 调用一起使用,请参阅 OpenXR 文档。


方法说明

int _get_header(next: int) virtual 🔗

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


int get_structure_type() 🔗

返回该结构使用的结构类型(OpenXR XrStructureType)。