MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SetIntensity

Method SetIntensity

SampleFramework11/v1.02/Settings.cpp:538–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538void ColorSetting::SetIntensity(float newIntensity)
539{
540 if(hdr)
541 {
542 intensity.SetValue(newIntensity);
543 Update();
544 }
545}
546
547void ColorSetting::SetIntensityVisible(bool visible)
548{

Callers 1

UpdateAreaLightUnitsFunction · 0.80

Calls 2

UpdateFunction · 0.85
SetValueMethod · 0.45

Tested by

no test coverage detected