Socket
Book a DemoInstallSign in
Socket

@babylonjs/inspector

Package Overview
Dependencies
Maintainers
1
Versions
671
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/inspector

The Babylon Inspector is a diagnostic tool that makes it possible to view and edit the scene graph, properties of entities within the scene, and more.

preview
Source
npmnpm
Version
8.29.0-preview
Version published
Weekly downloads
21K
12.68%
Maintainers
1
Weekly downloads
 
Created
Source

BabylonJS Inspector

The Babylon Inspector is a diagnostic tool that makes it possible to view and edit the scene graph, properties of entities within the scene, and more.

Documentation and samples coming soon!

Installation

Install the package using npm:

npm install @babylonjs/inspector@preview

The simplest way to use the Inspector is to call the ShowInspector function, passing in your scene:

import { ShowInspector } from "@babylonjs/inspector";

// Your code that sets up a Babylon.js scene

ShowInspector(scene);

Keywords

3D

FAQs

Package last updated on 25 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts