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

Method setLightColor

Engine/source/T3D/guiObjectView.cpp:594–599  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

592
593//------------------------------------------------------------------------------
594void GuiObjectView::setLightColor( const LinearColorF& color )
595{
596 mLightColor = color;
597 if( mLight )
598 mLight->setColor( color );
599}
600
601//------------------------------------------------------------------------------
602

Callers 1

guiObjectView.cppFile · 0.45

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected