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

Method SetLabel

SHTest/SampleFramework12/v1.04/Settings.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SetUnitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected