Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1643
void Node::Grabber::setEffect(SpriteEffect* var) {
1644
_effect = var;
1645
}
1646
1647
SpriteEffect* Node::Grabber::getEffect() const noexcept {
1648
return _effect;
Callers
10
newRenderPair
Method · 0.45
grab
Method · 0.45
setupAlphaTest
Method · 0.45
doRender
Method · 0.45
Sprite_SetEffectNullptr
Function · 0.45
grid_set_effect
Function · 0.45
label_set_effect
Function · 0.45
grabber_set_effect
Function · 0.45
tilenode_set_effect
Function · 0.45
sprite_set_effect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected