Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getScaleY
Method
getScaleY
Source/Node/Node.cpp:138–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
float Node::getScaleY() const noexcept {
139
return GetTAttr(scaleY);
140
}
141
142
void Node::setScaleZ(float var) {
143
SetTAttr(scaleZ, var);
Callers
5
visit
Method · 0.45
ARRAY_START
Function · 0.45
render
Method · 0.45
prepareWith
Method · 0.45
node_get_scale_y
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected