MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / SetScaleX

Function SetScaleX

Source/Animation/Action.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25static void SetAngleX(Node* target, float value) { target->setAngleX(value); }
26static void SetAngleY(Node* target, float value) { target->setAngleY(value); }
27static void SetScaleX(Node* target, float value) { target->setScaleX(value); }
28static void SetScaleY(Node* target, float value) { target->setScaleY(value); }
29static void SetSkewX(Node* target, float value) { target->setSkewX(value); }
30static void SetSkewY(Node* target, float value) { target->setSkewY(value); }

Callers

nothing calls this directly

Calls 1

setScaleXMethod · 0.45

Tested by

no test coverage detected