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