BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface XrSessionEventState

    Represents the state of an XR session event.

    interface XrSessionEventState {
        state: XrSessionState;
        message?: string;
    }
    Index

    Properties

    Properties

    message?: string