MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / setPosition

Method setPosition

Source/GUI/Image.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void Image::setPosition(const sf::Vector2f& position)
27 {
28 m_quad.setPosition(position);
29 }
30
31 const sf::Vector2f Image::getSize() const
32 {

Callers 4

addComponentCenterMethod · 0.45
addComponentGrid2xMethod · 0.45
CrosshairMethod · 0.45
SectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected