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

Method getX

Source/Node/Node.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155float Node::getX() const noexcept {
156 return GetTAttr(x);
157}
158
159void Node::setY(float var) {
160 setPosition({getX(), var});

Callers 15

onTouchMethod · 0.45
onGenericMotionMethod · 0.45
getEventXMethod · 0.45
getEventXMethod · 0.45
onGenericMotionMethod · 0.45
getEventXMethod · 0.45
updateVertTexCoordMethod · 0.45
toXmlMethod · 0.45
initMethod · 0.45
updateVertTexCoordMethod · 0.45
setupVerticesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected