Skip to main content

Interface: PanelHost

Defined in: packages/webxr-uiextensions/src/adapter.ts:99

Creates spatial panels - the engine-specific half of UIKitML rendering.

Extended by

Methods

createPanel()

createPanel(configJson: unknown): PanelHandle;

Defined in: packages/webxr-uiextensions/src/adapter.ts:105

Create a panel from compiled UIKitML JSON (the { element, classes } shape produced by the build plugin or by @realitycollective/uix-devtools' compilePanelSource).

Parameters

ParameterType
configJsonunknown

Returns

PanelHandle