Interface INeedleEngineComponent

interface INeedleEngineComponent {
    getAROverlayContainer(): HTMLElement;
    onEnterAR(session: XRSession, overlayContainer: HTMLElement): any;
    onExitAR(session: XRSession): any;
}

Hierarchy

Implemented by

Methods

  • Parameters

    Returns any

  • Parameters

    • session: XRSession

    Returns any