|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?>
|
2 | 2 | <class name="OpenXRFbHandTrackingCapsulesExtensionWrapper" inherits="OpenXRExtensionWrapperExtension" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd">
|
3 | 3 | <brief_description>
|
| 4 | + Wraps the [code]XR_FB_hand_tracking_capsules[/code] extension. |
4 | 5 | </brief_description>
|
5 | 6 | <description>
|
| 7 | + Wraps the [code]XR_FB_hand_tracking_capsules[/code] extension. |
6 | 8 | </description>
|
7 | 9 | <tutorials>
|
8 | 10 | </tutorials>
|
9 | 11 | <methods>
|
10 | 12 | <method name="get_hand_capsule_count" qualifiers="const">
|
11 | 13 | <return type="int" />
|
12 | 14 | <description>
|
| 15 | + Gets the total number of hand capsules. |
13 | 16 | </description>
|
14 | 17 | </method>
|
15 | 18 | <method name="get_hand_capsule_height" qualifiers="const">
|
16 | 19 | <return type="float" />
|
17 | 20 | <param index="0" name="hand_index" type="int" />
|
18 | 21 | <param index="1" name="capsule_index" type="int" />
|
19 | 22 | <description>
|
| 23 | + Gets the height of the given capsule for the given hand ([code]0[/code] is left, and [code]1[/code] is right). |
20 | 24 | </description>
|
21 | 25 | </method>
|
22 | 26 | <method name="get_hand_capsule_joint" qualifiers="const">
|
23 | 27 | <return type="int" enum="XRHandTracker.HandJoint" />
|
24 | 28 | <param index="0" name="hand_index" type="int" />
|
25 | 29 | <param index="1" name="capsule_index" type="int" />
|
26 | 30 | <description>
|
| 31 | + Gets the joint that drives the transform of the given capsule for the given hand ([code]0[/code] is left, and [code]1[/code] is right). |
27 | 32 | </description>
|
28 | 33 | </method>
|
29 | 34 | <method name="get_hand_capsule_radius" qualifiers="const">
|
30 | 35 | <return type="float" />
|
31 | 36 | <param index="0" name="hand_index" type="int" />
|
32 | 37 | <param index="1" name="capsule_index" type="int" />
|
33 | 38 | <description>
|
| 39 | + Gets the radius of the given capsule for the given hand ([code]0[/code] is left, and [code]1[/code] is right). |
34 | 40 | </description>
|
35 | 41 | </method>
|
36 | 42 | <method name="get_hand_capsule_transform" qualifiers="const">
|
37 | 43 | <return type="Transform3D" />
|
38 | 44 | <param index="0" name="hand_index" type="int" />
|
39 | 45 | <param index="1" name="capsule_index" type="int" />
|
40 | 46 | <description>
|
| 47 | + Gets the transform of the given capsule for the given hand ([code]0[/code] is left, and [code]1[/code] is right). |
41 | 48 | </description>
|
42 | 49 | </method>
|
43 | 50 | <method name="is_enabled">
|
44 | 51 | <return type="bool" />
|
45 | 52 | <description>
|
| 53 | + Checks if the extension is enabled or not. |
46 | 54 | </description>
|
47 | 55 | </method>
|
48 | 56 | </methods>
|
|
0 commit comments