Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
474
float Node::getScaleY() const
475
{
476
return _scaleY;
477
}
478
479
/// scaleY setter
480
void Node::setScaleZ(float scaleZ)
Callers
3
onBeforeVisitScissor
Method · 0.45
startWithTarget
Method · 0.45
alignItemsVerticallyWithPadding
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected