-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathOpenXRFbSceneCaptureExtensionWrapper.xml
39 lines (39 loc) · 1.5 KB
/
OpenXRFbSceneCaptureExtensionWrapper.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" ?>
<class name="OpenXRFbSceneCaptureExtensionWrapper" inherits="OpenXRExtensionWrapperExtension" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd">
<brief_description>
Wraps the [code]XR_FB_scene_capture[/code] extension.
</brief_description>
<description>
Wraps the [code]XR_FB_scene_capture[/code] extension.
</description>
<tutorials>
</tutorials>
<methods>
<method name="is_scene_capture_enabled" deprecated="Use [method OpenXRFbSceneManager.is_scene_capture_enabled] instead.">
<return type="bool" />
<description>
Checks if this extension is enabled.
</description>
</method>
<method name="is_scene_capture_supported" deprecated="Use [method OpenXRFbSceneManager.is_scene_capture_enabled] instead.">
<return type="bool" />
<description>
Checks if scene capture is supported.
</description>
</method>
<method name="request_scene_capture" deprecated="Use [method OpenXRFbSceneManager.request_scene_capture] instead.">
<return type="bool" />
<description>
Requests the user go through the scene capture process.
The [signal scene_capture_completed] signal will be emitted when the process has completed.
</description>
</method>
</methods>
<signals>
<signal name="scene_capture_completed">
<description>
Emitted when the scene capture process is completed.
</description>
</signal>
</signals>
</class>