flywave-mapview.maprenderingmanager.addcustomeffect
Home > @flywave/flywave-mapview > MapRenderingManager > addCustomEffect
MapRenderingManager.addCustomEffect() method
Add a custom effect
Signature:
addCustomEffect(customEffect: ICustomEffect): void;
Parameters
Parameter | Type | Description |
|---|---|---|
customEffect | ICustomEffect | Custom effect to add |
Returns:
void