2025-06-07 20:32:43 +08:00
|
|
|
// ECS工具类导出
|
|
|
|
|
export { EntityList } from './EntityList';
|
|
|
|
|
export { EntityProcessorList } from './EntityProcessorList';
|
|
|
|
|
export { IdentifierPool } from './IdentifierPool';
|
|
|
|
|
export { Matcher } from './Matcher';
|
|
|
|
|
export { Bits } from './Bits';
|
2025-09-03 10:29:43 +08:00
|
|
|
export { BitMask64Utils, BitMask64Data } from './BigIntCompatibility';
|
2025-08-15 12:58:55 +08:00
|
|
|
export { SparseSet } from './SparseSet';
|
|
|
|
|
export { ComponentSparseSet } from './ComponentSparseSet';
|