Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ SetVisible
Method
SetVisible
SampleFramework11/v1.02/Settings.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void Setting::SetVisible(bool visible)
81
{
82
Assert_(tweakBar != nullptr);
83
TwHelper::SetVisible(tweakBar, name.c_str(), visible);
84
}
85
86
void Setting::SetLabel(const char* newLabel)
87
{
Callers
4
Initialize
Function · 0.80
UpdateAreaLightUnits
Function · 0.80
UpdateUI
Function · 0.80
SetIntensityVisible
Method · 0.80
Calls
1
SetVisible
Function · 0.85
Tested by
no test coverage detected