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

Method setLightAmbient

Engine/source/T3D/guiObjectView.cpp:603–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601//------------------------------------------------------------------------------
602
603void GuiObjectView::setLightAmbient( const LinearColorF& color )
604{
605 mLightAmbient = color;
606 if( mLight )
607 mLight->setAmbient( color );
608}
609
610//------------------------------------------------------------------------------
611

Callers 1

guiObjectView.cppFile · 0.80

Calls 1

setAmbientMethod · 0.80

Tested by

no test coverage detected