MCPcopy Create free account
hub / github.com/axmolengine/axmol / getScaleZ

Method getScaleZ

core/2d/Node.cpp:490–493  ·  view source on GitHub ↗

scaleY getter

Source from the content-addressed store, hash-verified

488
489/// scaleY getter
490float Node::getScaleZ() const
491{
492 return _scaleZ;
493}
494
495/// scaleY setter
496void Node::setScaleY(float scaleY)

Callers 1

startWithTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected