Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetupConsole
Method · 0.45
Layout
Method · 0.45
Layout
Method · 0.45
Layout
Method · 0.45
TextAreaWidget
Method · 0.45
File.cpp
File · 0.45
RenderSystem.cpp
File · 0.45
OnEntityAdded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected