OpenXRMetaBoundaryVisibilityExtensionWrapper

Inherits: OpenXRExtensionWrapperExtension

Wraps the XR_META_boundary_visibility extension.

Description

Wraps the XR_META_boundary_visibility extension.

Methods

bool

is_boundary_visibility_supported ( )

bool

is_boundary_visible ( )

void

set_boundary_visible ( bool visible )


Signals

openxr_meta_boundary_visibility_changed ( bool visible )

Emitted when the boundary visibility state has changed.


Method Descriptions

bool is_boundary_visibility_supported ( )

Returns true if the boundary visibility extension is supported.


bool is_boundary_visible ( )

Returns true if the boundary is currently visible.


void set_boundary_visible ( bool visible )

Set the visibility of the boundary.

Note: Boundary visibility can only be set to false when passthrough is active.