Skip to main content

flywave-inspector.fogmodule.syncwithmap

Home > @flywave/flywave-inspector > FogModule > syncWithMap

FogModule.syncWithMap() method

Synchronize the latest values from the map to the provided data object This ensures UI controls reflect the current state of the map

Signature:

syncWithMap(data: FogData): void;

Parameters

Parameter

Type

Description

data

FogData

Returns:



void