Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ SetContent
Method
SetContent
tests/Engine/Platform/EventHandler/Text.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void Text::SetContent(const Nz::String& string, unsigned int size)
28
{
29
m_textSprite->Update(Nz::SimpleTextDrawer::Draw(string, size));
30
}
31
32
void Text::SetVisible(bool shouldBeVisible)
33
{
Callers
15
AddEvent
Method · 0.80
DrawMenu
Method · 0.80
DrawMenu
Method · 0.80
ManageInput
Method · 0.80
Enter
Method · 0.80
DrawMenu
Method · 0.80
DrawMenu
Method · 0.80
ManageInput
Method · 0.80
DrawMenu
Method · 0.80
Enter
Method · 0.80
DrawMenu
Method · 0.80
Enter
Method · 0.80
Calls
1
Update
Method · 0.45
Tested by
no test coverage detected