W3cubDocs

/Godot 4.2

OpenXRInteractionProfile

Inherits: Resource < RefCounted < Object

Suggested bindings object for OpenXR.

Description

This object stores suggested bindings for an interaction profile. Interaction profiles define the metadata for a tracked XR device such as an XR controller.

For more information see the interaction profiles info in the OpenXR specification.

Properties

Array

bindings

[]

String

interaction_profile_path

""

Methods

OpenXRIPBinding

get_binding ( int index ) const

int

get_binding_count ( ) const

Property Descriptions

Array bindings = []

  • void set_bindings ( Array value )
  • Array get_bindings ( )

Action bindings for this interaction profile.

String interaction_profile_path = ""

  • void set_interaction_profile_path ( String value )
  • String get_interaction_profile_path ( )

The interaction profile path identifying the XR device.

Method Descriptions

OpenXRIPBinding get_binding ( int index ) const

Retrieve the binding at this index.

int get_binding_count ( ) const

Get the number of bindings in this interaction profile.

© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_openxrinteractionprofile.html