MCPcopy
hub / github.com/visgl/deck.gl / setProps

Method setProps

modules/core/src/lib/effect.ts:41–41  ·  view source on GitHub ↗

Called when the effect's props are updated.

(props: any)

Source from the content-addressed store, hash-verified

39 setup(context: EffectContext): void;
40 /** Called when the effect's props are updated. */
41 setProps?(props: any): void;
42 /** Called when this effect is removed */
43 cleanup(context: EffectContext): void;
44}

Callers 15

setPropsMethod · 0.65
MapboxOverlayClass · 0.65
getDeckInstanceFunction · 0.65
onMapMoveFunction · 0.65
setPropsMethod · 0.65
_onRemoveMethod · 0.65
_onDrawRasterMethod · 0.65
_onDrawVectorMethod · 0.65
DeckGLWithRefFunction · 0.65
useWidgetFunction · 0.65
updateDeckFunction · 0.65
onCompleteFunction · 0.65

Implementers 6

PostProcessEffectmodules/core/src/effects/post-process-
LightingEffectmodules/core/src/effects/lighting/ligh
CollisionFilterEffectmodules/extensions/src/collision-filte
TerrainEffectmodules/extensions/src/terrain/terrain
MaskEffectmodules/extensions/src/mask/mask-effec
TestEffecttest/modules/core/lib/effect-manager.s

Calls

no outgoing calls

Tested by 5

waitForRenderFunction · 0.52
updateFunction · 0.52
updateDeckPropsFunction · 0.52
setPropsMethod · 0.52
resetViewStateFunction · 0.52