Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ Sprite_SetEffectNullptr
Function
Sprite_SetEffectNullptr
Source/Wasm/WasmRuntime.cpp:875–877 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
873
// Sprite
874
875
static inline void Sprite_SetEffectNullptr(Sprite* self) {
876
self->setEffect(nullptr);
877
}
878
879
// Platformer::PlatformCamera
880
Callers
1
sprite_set_effect_as_default
Function · 0.85
Calls
1
setEffect
Method · 0.45
Tested by
no test coverage detected