MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setY

Method setY

Source/Node/Node.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void Node::setY(float var) {
160 setPosition({getX(), var});
161}
162
163float Node::getY() const noexcept {
164 return GetTAttr(y);

Callers 6

ARRAY_STARTFunction · 0.45
ARRAY_STARTFunction · 0.45
SetYFunction · 0.45
updateMethod · 0.45
node_set_yFunction · 0.45
rect_set_yFunction · 0.45

Calls 2

setPositionFunction · 0.85
getXFunction · 0.85

Tested by

no test coverage detected