Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ SetHidden
Method
SetHidden
SampleFramework12/v1.00/Settings.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void Setting::SetHidden(bool hidden)
57
{
58
visible = !hidden;
59
}
60
61
void Setting::SetVisible(bool visible_)
62
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected