Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you still find outdated information, please open an issue.

OpenXRBindingModifier๏ƒ

Inherits: Resource < RefCounted < Object

Inherited By: OpenXRActionBindingModifier, OpenXRIPBindingModifier

Binding modifier base class.

Description๏ƒ

Binding modifier base class. Subclasses implement various modifiers that alter how an OpenXR runtime processes inputs.

Methods๏ƒ

String

_get_description() virtual const

PackedByteArray

_get_ip_modification() virtual


Method Descriptions๏ƒ

String _get_description() virtual const ๐Ÿ”—

Return the description of this class that is used for the title bar of the binding modifier editor.


PackedByteArray _get_ip_modification() virtual ๐Ÿ”—

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 a XrBindingModificationBaseHeaderKHR structure.