diff --git a/content/ADR-282-inspector.md b/content/ADR-282-inspector.md index f2236e77..63d0b5e7 100644 --- a/content/ADR-282-inspector.md +++ b/content/ADR-282-inspector.md @@ -48,6 +48,8 @@ Component-specific inspectors include: - `MeshColliderInspector`: Collision properties - `MeshRendererInspector`: Rendering settings +A complete list of all available inspectors can be found in the [`EntityInspector`](https://github.com/decentraland/js-sdk-toolchain/tree/main/packages/%40dcl/inspector/src/components/EntityInspector) folder of the SDK repository. + **Features:** - Dynamically loads inspectors based on attached components