Skip to content

Commit 77c5dec

Browse files
authored
docs: add ComponentSystem.id (#8087)
1 parent 6cf9662 commit 77c5dec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/framework/components/system.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ import { Vec4 } from '../../core/math/vec4.js';
1515
* type.
1616
*/
1717
class ComponentSystem extends EventHandler {
18+
/**
19+
* The id type of the ComponentSystem.
20+
*
21+
* @type {string}
22+
* @readonly
23+
*/
24+
id;
25+
1826
/**
1927
* Create a new ComponentSystem instance.
2028
*

0 commit comments

Comments
 (0)