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

Method SetValue

SampleFramework11/v1.02/Settings.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

UpdateMethod · 0.45
SetFocalLengthFromVFOVFunction · 0.45
UpdateHorizontalCoordsFunction · 0.45
UpdateUnitVectorFunction · 0.45
UpdateFunction · 0.45
UpdateAreaLightUnitsFunction · 0.45
SetIntensityMethod · 0.45

Calls 1

ClampFunction · 0.85

Tested by

no test coverage detected