MCPcopy Create free account
hub / github.com/axmolengine/axmol / onGridBeginDraw

Method onGridBeginDraw

core/2d/NodeGrid.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void NodeGrid::onGridBeginDraw()
82{
83 if (_nodeGrid && _nodeGrid->isActive())
84 {
85 _nodeGrid->beforeDraw();
86 }
87}
88
89void NodeGrid::onGridEndDraw()
90{

Callers

nothing calls this directly

Calls 2

isActiveMethod · 0.45
beforeDrawMethod · 0.45

Tested by

no test coverage detected