spatial-monorepo / core/src / setIMDFWallsFillTheme
Function: setIMDFWallsFillTheme()
setIMDFWallsFillTheme(
map,levelId,wallFill):void
Defined in: packages/core/src/layers/IMDFFloorLayer.ts:329
Issue #474 — Restyles the imdf-walls-<levelId> layer's fill-extrusion-color for a runtime theme change via setPaintProperty — never recreates the layer or source. Mirrors setIMDFUnitsFillTheme's contract exactly.
No-op if the layer does not exist yet (e.g. floor not currently mounted).
Parameters
map
Map$1 | null | undefined
levelId
string
wallFill
string
Returns
void
