Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setScaleX
Method
setScaleX
Source/Node/Node.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void Node::setScaleX(float var) {
125
SetTAttr(scaleX, var);
126
markDirty();
127
}
128
129
float Node::getScaleX() const noexcept {
130
return GetTAttr(scaleX);
Callers
9
updateCharacters
Method · 0.45
setFliped
Method · 0.45
setFliped
Method · 0.45
toNode
Method · 0.45
init
Method · 0.45
SetScaleX
Function · 0.45
restore
Method · 0.45
update
Method · 0.45
node_set_scale_x
Function · 0.45
Calls
1
markDirty
Function · 0.85
Tested by
no test coverage detected