MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setEffect

Method setEffect

Source/Node/Node.cpp:1643–1645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641}
1642
1643void Node::Grabber::setEffect(SpriteEffect* var) {
1644 _effect = var;
1645}
1646
1647SpriteEffect* Node::Grabber::getEffect() const noexcept {
1648 return _effect;

Callers 10

newRenderPairMethod · 0.45
grabMethod · 0.45
setupAlphaTestMethod · 0.45
doRenderMethod · 0.45
Sprite_SetEffectNullptrFunction · 0.45
grid_set_effectFunction · 0.45
label_set_effectFunction · 0.45
grabber_set_effectFunction · 0.45
tilenode_set_effectFunction · 0.45
sprite_set_effectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected