flywave-3dtile-datasource.tiles3dstylewatcher.addstyle
Home > @flywave/flywave-3dtile-datasource > Tiles3DStyleWatcher > addStyle
Tiles3DStyleWatcher.addStyle() method
Add a new style to the style set.
Signature:
addStyle(style: Style): Style;
Parameters
Parameter | Type | Description |
|---|---|---|
style | Style | The style to add. |
Returns:
Style
The added style with generated identifier if needed.