Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
void NodeGrid::onGridBeginDraw()
82
{
83
if (_nodeGrid && _nodeGrid->isActive())
84
{
85
_nodeGrid->beforeDraw();
86
}
87
}
88
89
void NodeGrid::onGridEndDraw()
90
{
Callers
nothing calls this directly
Calls
2
isActive
Method · 0.45
beforeDraw
Method · 0.45
Tested by
no test coverage detected