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

Function SetX

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

Source from the content-addressed store, hash-verified

17#include "Node/Sprite.h"
18
19NS_DORA_BEGIN
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); }

Callers

nothing calls this directly

Calls 1

setXMethod · 0.45

Tested by

no test coverage detected