summaryrefslogtreecommitdiff
path: root/modules/openxr/doc_classes/OpenXRInteractionProfile.xml
blob: a8629caae41818f1b981aff3f983a0c908c0c279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<class name="OpenXRInteractionProfile" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
	<brief_description>
		Suggested bindings object for OpenXR.
	</brief_description>
	<description>
		This object stores suggested bindings for an interaction profile. Interaction profiles define the meta data for a tracked XR device such as an XR controller.
		For more information see the [url=https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#semantic-path-interaction-profiles]interaction profiles info in the OpenXR specification[/url].
	</description>
	<tutorials>
	</tutorials>
	<members>
		<member name="bindings" type="Array" setter="set_bindings" getter="get_bindings" default="[]">
			Action bindings for this interaction profile.
		</member>
		<member name="interaction_profile_path" type="String" setter="set_interaction_profile_path" getter="get_interaction_profile_path" default="&quot;&quot;">
			The interaction profile path identifying the XR device.
		</member>
	</members>
</class>