Path: blob/master/modules/openxr/doc_classes/OpenXRInteractionProfile.xml
10278 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRInteractionProfile" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Suggested bindings object for OpenXR.4</brief_description>5<description>6This object stores suggested bindings for an interaction profile. Interaction profiles define the metadata for a tracked XR device such as an XR controller.7For 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].8</description>9<tutorials>10</tutorials>11<methods>12<method name="get_binding" qualifiers="const">13<return type="OpenXRIPBinding" />14<param index="0" name="index" type="int" />15<description>16Retrieve the binding at this index.17</description>18</method>19<method name="get_binding_count" qualifiers="const">20<return type="int" />21<description>22Get the number of bindings in this interaction profile.23</description>24</method>25<method name="get_binding_modifier" qualifiers="const">26<return type="OpenXRIPBindingModifier" />27<param index="0" name="index" type="int" />28<description>29Get the [OpenXRBindingModifier] at this index.30</description>31</method>32<method name="get_binding_modifier_count" qualifiers="const">33<return type="int" />34<description>35Get the number of binding modifiers in this interaction profile.36</description>37</method>38</methods>39<members>40<member name="binding_modifiers" type="Array" setter="set_binding_modifiers" getter="get_binding_modifiers" default="[]">41Binding modifiers for this interaction profile.42</member>43<member name="bindings" type="Array" setter="set_bindings" getter="get_bindings" default="[]">44Action bindings for this interaction profile.45</member>46<member name="interaction_profile_path" type="String" setter="set_interaction_profile_path" getter="get_interaction_profile_path" default="""">47The interaction profile path identifying the XR device.48</member>49</members>50</class>515253