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

Function SetAngle

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

Source from the content-addressed store, hash-verified

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); }
26static void SetAngleY(Node* target, float value) { target->setAngleY(value); }
27static void SetScaleX(Node* target, float value) { target->setScaleX(value); }

Callers

nothing calls this directly

Calls 1

setAngleMethod · 0.45

Tested by

no test coverage detected