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

Method visit

core/2d/Scene.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void Scene::visit(Renderer* renderer, const Mat4& parentTransform, uint32_t parentFlags)
264{
265 Node::visit(renderer, parentTransform, parentFlags);
266}
267
268void Scene::visit()
269{

Callers

nothing calls this directly

Calls 9

visitFunction · 0.85
pushMatrixMethod · 0.80
loadMatrixMethod · 0.80
clearBackgroundMethod · 0.80
popMatrixMethod · 0.80
isVisibleMethod · 0.45
getInversedMethod · 0.45
applyMethod · 0.45

Tested by

no test coverage detected