MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / SetText

Method SetText

src/Nazara/Utility/SimpleTextDrawer.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void SimpleTextDrawer::SetText(const String& str)
170 {
171 m_text = str;
172
173 m_glyphUpdated = false;
174 }
175
176 SimpleTextDrawer& SimpleTextDrawer::operator=(const SimpleTextDrawer& drawer)
177 {

Callers 6

ConsoleMethod · 0.80
SendCharacterMethod · 0.80
SendEventMethod · 0.80
ExecuteInputMethod · 0.80
OnKeyPressedMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected