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

Function SetWidth

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

Source from the content-addressed store, hash-verified

29static void SetSkewX(Node* target, float value) { target->setSkewX(value); }
30static void SetSkewY(Node* target, float value) { target->setSkewY(value); }
31static void SetWidth(Node* target, float value) { target->setWidth(value); }
32static void SetHeight(Node* target, float value) { target->setHeight(value); }
33static void SetAnchorX(Node* target, float value) { target->setAnchor(Vec2{value, target->getAnchor().y}); }
34static void SetAnchorY(Node* target, float value) { target->setAnchor(Vec2{target->getAnchor().x, value}); }

Callers

nothing calls this directly

Calls 1

setWidthMethod · 0.45

Tested by

no test coverage detected