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

Method setX

Source/Node/Node.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Node::setX(float var) {
152 setPosition({var, getY()});
153}
154
155float Node::getX() const noexcept {
156 return GetTAttr(x);

Callers 6

ARRAY_STARTFunction · 0.45
ARRAY_STARTFunction · 0.45
SetXFunction · 0.45
updateMethod · 0.45
node_set_xFunction · 0.45
rect_set_xFunction · 0.45

Calls 2

setPositionFunction · 0.85
getYFunction · 0.85

Tested by

no test coverage detected