File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { EventHandler } from '../../core/event-handler.js';
88 * @import { CameraComponentSystem } from './camera/system.js'
99 * @import { CollisionComponentSystem } from './collision/system.js'
1010 * @import { ElementComponentSystem } from './element/system.js'
11+ * @import { GSplatComponentSystem } from './gsplat/system.js'
1112 * @import { JointComponentSystem } from './joint/system.js'
1213 * @import { LayoutChildComponentSystem } from './layout-child/system.js'
1314 * @import { LayoutGroupComponentSystem } from './layout-group/system.js'
@@ -95,6 +96,14 @@ class ComponentSystemRegistry extends EventHandler {
9596 */
9697 element ;
9798
99+ /**
100+ * Gets the {@link GSplatComponentSystem} from the registry.
101+ *
102+ * @type {GSplatComponentSystem|undefined }
103+ * @readonly
104+ */
105+ gsplat ;
106+
98107 /**
99108 * Gets the {@link JointComponentSystem} from the registry.
100109 *
You can’t perform that action at this time.
0 commit comments