StyleTables
Defined in: core/scene.ts:96
Just the per-drawable style tables (colors + flags), for styles-only backend updates — never the O(total-vertices) Scene.buffers rebuild: geometry hasn’t changed, only how it’s painted. LIVE views of the Scene’s typed storage (#207) — zero copies/allocation per call; see Scene.styleTables.
Properties
Section titled “Properties”fillColors
Section titled “fillColors”fillColors:
Uint8Array
Defined in: core/scene.ts:97
flags:
Uint8Array
Defined in: core/scene.ts:99
strokeColors
Section titled “strokeColors”strokeColors:
Uint8Array
Defined in: core/scene.ts:98