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

Method SetLabel

SampleFramework12/v1.00/Settings.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void Setting::SetLabel(const char* newLabel)
67{
68 Assert_(newLabel != nullptr);
69 label = newLabel;
70}
71
72FloatSetting& Setting::AsFloat()
73{

Callers 1

SetUnitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected