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

Function SetY

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

Source from the content-addressed store, hash-verified

20
21static void SetX(Node* target, float value) { target->setX(value); }
22static void SetY(Node* target, float value) { target->setY(value); }
23static void SetZ(Node* target, float value) { target->setZ(value); }
24static void SetAngle(Node* target, float value) { target->setAngle(value); }
25static void SetAngleX(Node* target, float value) { target->setAngleX(value); }

Callers

nothing calls this directly

Calls 1

setYMethod · 0.45

Tested by

no test coverage detected