visualization-tools

Home > @visualization-tools/core > IEntityCategoryWrite > setBufferPerEntity

IEntityCategoryWrite.setBufferPerEntity() method

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;

Parameters

Parameter Type Description
enabled boolean  

Returns:

void