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

Method setAngle

Source/Node/Node.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Node::setAngle(float var) {
98 SetTAttr(angle, var);
99 markDirty();
100}
101
102float Node::getAngle() const noexcept {
103 return GetTAttr(angle);

Callers 7

_updateFrameMethod · 0.45
renderMethod · 0.45
SetAngleFunction · 0.45
updateMethod · 0.45
restoreMethod · 0.45
updateMethod · 0.45
node_set_angleFunction · 0.45

Calls 1

markDirtyFunction · 0.85

Tested by

no test coverage detected