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
Binding modifier base class.
說明
Binding modifier base class. Subclasses implement various modifiers that alter how an OpenXR runtime processes inputs.
方法
_get_description() virtual required const |
|
_get_ip_modification() virtual required |
方法說明
String _get_description() virtual required const 🔗
Return the description of this class that is used for the title bar of the binding modifier editor.
PackedByteArray _get_ip_modification() virtual required 🔗
Returns the data that is sent to OpenXR when submitting the suggested interacting bindings this modifier is a part of.
Note: This must be data compatible with an XrBindingModificationBaseHeaderKHR structure.