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

Method SetLabel

SampleFramework11/v1.02/Settings.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Setting::SetLabel(const char* newLabel)
87{
88 Assert_(newLabel != nullptr);
89 TwHelper::SetLabel(tweakBar, name.c_str(), newLabel);
90 label = newLabel;
91}
92
93FloatSetting& Setting::AsFloat()
94{

Callers 1

SetUnitsMethod · 0.80

Calls 1

SetLabelFunction · 0.85

Tested by

no test coverage detected