From 84361e2c1ee334a7bccd298981b6a964a4781325 Mon Sep 17 00:00:00 2001 From: Juan Cazala Date: Mon, 20 Jan 2025 10:23:22 -0300 Subject: [PATCH] ADR-282: Added link to all component inspectors --- content/ADR-282-inspector.md | 2 ++ 1 file changed, 2 insertions(+) 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