MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetValue

Method SetValue

SampleFramework12/v1.00/Settings.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void FloatSetting::SetValue(float newVal)
207{
208 val = Clamp(newVal, minVal, maxVal);
209}
210
211FloatSetting::operator float()
212{

Callers 3

InitializeMethod · 0.45
InitializeSceneMethod · 0.45
SetIntensityMethod · 0.45

Calls 1

ClampFunction · 0.85

Tested by

no test coverage detected