Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetScale
Method
SetScale
src/SFGUI/Alignment.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void Alignment::SetScale( const sf::Vector2f& scale ) {
15
m_scale = scale;
16
UpdateChild();
17
}
18
19
const sf::Vector2f& Alignment::GetScale() const {
20
return m_scale;
Callers
2
Run
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
Run
Method · 0.64