Creates an instance of the inspector.
The HTML element to attach the panel to, or the id of this element.
The Giro3D instance.
The options.
Removes all panel from the inspector.
Detach this Inspector from its instance.
StaticattachAttaches the inspector to the specified DOM element.
The element to attach the panel to, or the id to the element.
The Giro3D instance.
The options.
The created inspector.
Provides a user interface to inspect and edit the Giro3D scene. The inspector is made of several Panel. You can implement custom panels and add them to the inspector with Inspector.addPanel.