Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
float Node::getScaleZ() const
491
{
492
return _scaleZ;
493
}
494
495
/// scaleY setter
496
void Node::setScaleY(float scaleY)
Callers
1
startWithTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected