MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setDisplayTargetResolution

Method setDisplayTargetResolution

Engine/source/scene/sceneManager.cpp:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649//-----------------------------------------------------------------------------
650
651void SceneManager::setDisplayTargetResolution( const Point2I &size )
652{
653 mDisplayTargetResolution = size;
654}
655
656//-----------------------------------------------------------------------------
657

Callers 3

renderFrameFunction · 0.80
_internalRenderMethod · 0.80
renderWorldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected