MCPcopy 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
495void Camera::clearBackground()
496{
497 if (_clearBrush)
498 {
499 _clearBrush->drawBackground(this);
500 }
501}
502
503void Camera::apply()
504{

Callers 2

renderMethod · 0.80
visitMethod · 0.80

Calls 1

drawBackgroundMethod · 0.80

Tested by

no test coverage detected