Home > @esengine/ecs-framework-monorepo > ComponentStorage > (constructor)
ComponentStorage.(constructor)
Constructs a new instance of the ComponentStorage
class
Signature:
typescript
constructor(componentType: ComponentType<T>);
Parameters
Parameter | Type | Description |
---|---|---|
componentType |