Home > @visualization-tools/core > IEntityCategoryWrite > setBufferPerEntity
Entities that are added after this has been enabled will receive a buffer layout per ITransformProvider.groupId. This can provide a substantial performance increase in conjunction with transforms, in exchange increased memory usage.
Signature:
setBufferPerEntity(enabled: boolean): void;
| Parameter | Type | Description |
|---|---|---|
| enabled | boolean |
Returns:
void