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

Method getScaleX

core/2d/Node.cpp:447–450  ·  view source on GitHub ↗

scaleX getter

Source from the content-addressed store, hash-verified

445
446/// scaleX getter
447float Node::getScaleX() const
448{
449 return _scaleX;
450}
451
452/// scale setter
453void Node::setScale(float scaleX, float scaleY)

Callers 5

onBeforeVisitScissorMethod · 0.45
startWithTargetMethod · 0.45
initMethod · 0.45
listviewCallbackMethod · 0.45

Calls

no outgoing calls

Tested by 2

initMethod · 0.36
listviewCallbackMethod · 0.36