StyleTables
Defined in: core/scene.ts:82
Just the per-drawable style tables (colors + flags) as detached typed arrays — O(drawableCount), for styles-only backend updates. Never the O(total-vertices) Scene.buffers rebuild: geometry hasn’t changed, only how it’s painted.
Properties
Section titled “Properties”fillColors
Section titled “fillColors”fillColors:
Uint8Array
Defined in: core/scene.ts:83
flags:
Uint8Array
Defined in: core/scene.ts:85
strokeColors
Section titled “strokeColors”strokeColors:
Uint8Array
Defined in: core/scene.ts:84