Home > @esengine/ecs-framework-monorepo > SoAStorage
SoAStorage class
SoA存储器(需要装饰器启用) 使用Structure of Arrays存储模式,在大规模批量操作时提供优异性能
Signature:
typescript
export declare class SoAStorage<T extends Component>
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
|
Methods
Method | Modifiers | Description |
---|---|---|
执行向量化批量操作 | ||