Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getAlphaTestEffect
Method
getAlphaTestEffect
Source/Node/Sprite.cpp:338–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
SpriteEffect* SpriteRenderer::getAlphaTestEffect() const noexcept {
339
return _alphaTestEffect;
340
}
341
342
void SpriteRenderer::render() {
343
if (!_vertices.empty()) {
Callers
1
setupAlphaTest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected