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

Method SetSize

SDK/src/NDK/Console.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 */
239
240 void Console::SetSize(const Nz::Vector2f& size)
241 {
242 m_size = size;
243 m_historyBackgroundSprite->SetSize(m_size);
244 Layout();
245 }
246
247 /*!
248 * \brief Sets the text font

Callers 8

SetupConsoleMethod · 0.45
LayoutMethod · 0.45
LayoutMethod · 0.45
LayoutMethod · 0.45
TextAreaWidgetMethod · 0.45
File.cppFile · 0.45
RenderSystem.cppFile · 0.45
OnEntityAddedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected