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

Method getScaleY

core/2d/Node.cpp:474–477  ·  view source on GitHub ↗

scaleY getter

Source from the content-addressed store, hash-verified

472
473/// scaleY getter
474float Node::getScaleY() const
475{
476 return _scaleY;
477}
478
479/// scaleY setter
480void Node::setScaleZ(float scaleZ)

Callers 3

onBeforeVisitScissorMethod · 0.45
startWithTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected