Skip to content

Commit 9b9ed0d

Browse files
mvaligurskyMartin Valigursky
andcommitted
Add GSplat to ComponentSystemRegistry (#8174)
Co-authored-by: Martin Valigursky <mvaligursky@snapchat.com>
1 parent 580a8a4 commit 9b9ed0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/framework/components/registry.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)