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...
OpenXRBindingModifier
继承: Resource < RefCounted < Object
派生: OpenXRActionBindingModifier, OpenXRIPBindingModifier
绑定修改器基类。
描述
绑定修改器基类。子类会实现各种修改器,改变 OpenXR 运行时对输入的处理方式。
方法
_get_description() virtual const |
|
_get_ip_modification() virtual |
方法说明
String _get_description() virtual const 🔗
返回该类的描述,会显示在绑定修改器编辑器的标题栏。
PackedByteArray _get_ip_modification() virtual 🔗
返回在提交该修改器所涉及的交互绑定时发送给 OpenXR 的数据。
注意:这必须是与 XrBindingModificationBaseHeaderKHR
结构兼容的数据。