MCPcopy 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
14void Alignment::SetScale( const sf::Vector2f& scale ) {
15 m_scale = scale;
16 UpdateChild();
17}
18
19const sf::Vector2f& Alignment::GetScale() const {
20 return m_scale;

Callers 2

RunMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64