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

Method getScaleY

Source/Node/Node.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138float Node::getScaleY() const noexcept {
139 return GetTAttr(scaleY);
140}
141
142void Node::setScaleZ(float var) {
143 SetTAttr(scaleZ, var);

Callers 5

visitMethod · 0.45
ARRAY_STARTFunction · 0.45
renderMethod · 0.45
prepareWithMethod · 0.45
node_get_scale_yFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected