MCPcopy 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
27void Text::SetContent(const Nz::String& string, unsigned int size)
28{
29 m_textSprite->Update(Nz::SimpleTextDrawer::Draw(string, size));
30}
31
32void Text::SetVisible(bool shouldBeVisible)
33{

Callers 15

AddEventMethod · 0.80
DrawMenuMethod · 0.80
DrawMenuMethod · 0.80
ManageInputMethod · 0.80
EnterMethod · 0.80
DrawMenuMethod · 0.80
DrawMenuMethod · 0.80
ManageInputMethod · 0.80
DrawMenuMethod · 0.80
EnterMethod · 0.80
DrawMenuMethod · 0.80
EnterMethod · 0.80

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected