MCPcopy 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
80void Setting::SetVisible(bool visible)
81{
82 Assert_(tweakBar != nullptr);
83 TwHelper::SetVisible(tweakBar, name.c_str(), visible);
84}
85
86void Setting::SetLabel(const char* newLabel)
87{

Callers 4

InitializeFunction · 0.80
UpdateAreaLightUnitsFunction · 0.80
UpdateUIFunction · 0.80
SetIntensityVisibleMethod · 0.80

Calls 1

SetVisibleFunction · 0.85

Tested by

no test coverage detected