Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void Setting::SetLabel(const char* newLabel)
67
{
68
Assert_(newLabel != nullptr);
69
label = newLabel;
70
}
71
72
FloatSetting& Setting::AsFloat()
73
{
Callers
1
SetUnits
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected