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

Method apply

core/2d/Camera.cpp:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void Camera::apply()
504{
505 _viewProjectionUpdated = _transformUpdated;
506 applyViewport();
507}
508
509void Camera::applyViewport()
510{

Callers 8

renderMethod · 0.45
visitMethod · 0.45
setBoolForKeyMethod · 0.45
setIntegerForKeyMethod · 0.45
setFloatForKeyMethod · 0.45
setDoubleForKeyMethod · 0.45
setStringForKeyMethod · 0.45
deleteValueForKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected