API (v2.0.0) - Giro3D
    Preparing search index...

    Interface InspectorOptions

    interface InspectorOptions {
        title?: string;
        width?: number;
    }
    Index

    Properties

    Properties

    title?: string

    The title of the inspector.

    Inspector
    
    width?: number

    The panel width, in pixels.

    450