Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ SetVisible
Method
SetVisible
tests/Engine/Platform/EventHandler/Text.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void Text::SetVisible(bool shouldBeVisible)
33
{
34
m_text->Enable(shouldBeVisible);
35
}
Callers
2
Enter
Method · 0.45
Leave
Method · 0.45
Calls
1
Enable
Method · 0.45
Tested by
no test coverage detected