MCPcopy Create free account
hub / github.com/SFML/SFML / setSize

Method setSize

src/SFML/Graphics/RectangleShape.cpp:41–45  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

39
40////////////////////////////////////////////////////////////
41void RectangleShape::setSize(Vector2f size)
42{
43 m_size = size;
44 update();
45}
46
47
48////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected