Home > @esengine/ecs-framework-monorepo > ComponentIndexManager
ComponentIndexManager class
组件索引管理器
使用统一的组件索引实现,自动优化查询性能。
Signature:
typescript
export declare class ComponentIndexManager
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Methods
Method | Modifiers | Description |
---|---|---|
添加实体到索引 | ||
清空索引 | ||
获取索引统计信息 | ||
查询包含指定组件的实体 | ||
批量查询多个组件 | ||
从索引中移除实体 |