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

Method getY

Source/Node/Node.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163float Node::getY() const noexcept {
164 return GetTAttr(y);
165}
166
167void Node::setZ(float var) {
168 SetTAttr(z, var);

Callers 15

onTouchMethod · 0.45
onGenericMotionMethod · 0.45
getEventYMethod · 0.45
getEventYMethod · 0.45
onGenericMotionMethod · 0.45
getEventYMethod · 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