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

Method FloatSetting

SampleFramework12/v1.00/Settings.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148// == FloatSetting ================================================================================
149
150FloatSetting::FloatSetting() : val(0.0f), oldVal(0.0f), minVal(0.0f), maxVal(0.0f), step(0.0)
151{
152}
153
154void FloatSetting::Initialize(const char* name_, const char* group_,
155 const char* label_, const char* helpText_, float initialVal,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected