Home > @esengine/ecs-framework-monorepo > ComponentStorage
ComponentStorage class
高性能组件存储器
Signature:
typescript
export declare class ComponentStorage<T extends Component>
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| number | 获取组件数量 | |
| 获取组件类型 |
Methods
Method | Modifiers | Description |
---|---|---|
添加组件 | ||
清空所有组件 | ||
高效遍历所有组件 | ||
获取组件 | ||
获取所有组件 | ||
获取存储统计信息 | ||
检查实体是否有此组件 | ||
移除组件 |