Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ clearBackground
Method
clearBackground
core/2d/Camera.cpp:495–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
}
494
495
void Camera::clearBackground()
496
{
497
if (_clearBrush)
498
{
499
_clearBrush->drawBackground(this);
500
}
501
}
502
503
void Camera::apply()
504
{
Callers
2
render
Method · 0.80
visit
Method · 0.80
Calls
1
drawBackground
Method · 0.80
Tested by
no test coverage detected