MCPcopy 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
32void Text::SetVisible(bool shouldBeVisible)
33{
34 m_text->Enable(shouldBeVisible);
35}

Callers 2

EnterMethod · 0.45
LeaveMethod · 0.45

Calls 1

EnableMethod · 0.45

Tested by

no test coverage detected