OpenXRFbSceneCaptureExtensionWrapper

Inherits: OpenXRExtensionWrapperExtension

Wraps the XR_FB_scene_capture extension.

Description

Wraps the XR_FB_scene_capture extension.

Methods

bool

is_scene_capture_enabled ( )

bool

is_scene_capture_supported ( )

bool

request_scene_capture ( )


Signals

scene_capture_completed ( )

Emitted when the scene capture process is completed.


Method Descriptions

bool is_scene_capture_enabled ( )

Deprecated: Use OpenXRFbSceneManager.is_scene_capture_enabled instead.

Checks if this extension is enabled.


bool is_scene_capture_supported ( )

Deprecated: Use OpenXRFbSceneManager.is_scene_capture_enabled instead.

Checks if scene capture is supported.


bool request_scene_capture ( )

Deprecated: Use OpenXRFbSceneManager.request_scene_capture instead.

Requests the user go through the scene capture process.

The scene_capture_completed signal will be emitted when the process has completed.