From e7b1cc564e368f919756a32df2402e0482640962 Mon Sep 17 00:00:00 2001 From: aiab Date: Thu, 30 Oct 2025 22:50:19 +0100 Subject: [PATCH] docs: add missing property list in ComponentSystemRegistry --- src/framework/components/registry.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/framework/components/registry.js b/src/framework/components/registry.js index c74b31e7fd2..0238418a53b 100644 --- a/src/framework/components/registry.js +++ b/src/framework/components/registry.js @@ -217,6 +217,14 @@ class ComponentSystemRegistry extends EventHandler { */ zone; + /** + * Gets an array of all {@link ComponentSystem}s in the registry. + * + * @type {ComponentSystem[]} + * @readonly + */ + list; + /** * Create a new ComponentSystemRegistry instance. */