MCPcopy 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
124void Node::setScaleX(float var) {
125 SetTAttr(scaleX, var);
126 markDirty();
127}
128
129float Node::getScaleX() const noexcept {
130 return GetTAttr(scaleX);

Callers 9

updateCharactersMethod · 0.45
setFlipedMethod · 0.45
setFlipedMethod · 0.45
toNodeMethod · 0.45
initMethod · 0.45
SetScaleXFunction · 0.45
restoreMethod · 0.45
updateMethod · 0.45
node_set_scale_xFunction · 0.45

Calls 1

markDirtyFunction · 0.85

Tested by

no test coverage detected