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

Method setLightManager

Engine/source/scene/sceneManager.cpp:665–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663//-----------------------------------------------------------------------------
664
665bool SceneManager::setLightManager( const char* lmName )
666{
667 LightManager *lm = LightManager::findByName( lmName );
668 if ( !lm )
669 return false;
670
671 return _setLightManager( lm );
672}
673
674//-----------------------------------------------------------------------------
675

Callers 1

lightManager.cppFile · 0.80

Calls 1

findByNameFunction · 0.85

Tested by

no test coverage detected