Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
float Node::getScaleX() const
448
{
449
return _scaleX;
450
}
451
452
/// scale setter
453
void Node::setScale(float scaleX, float scaleY)
Callers
5
onBeforeVisitScissor
Method · 0.45
startWithTarget
Method · 0.45
alignItemsHorizontallyWithPadding
Method · 0.45
init
Method · 0.45
listviewCallback
Method · 0.45
Calls
no outgoing calls
Tested by
2
init
Method · 0.36
listviewCallback
Method · 0.36