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

Method getAngle

Source/Node/Node.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102float Node::getAngle() const noexcept {
103 return GetTAttr(angle);
104}
105
106void Node::setAngleX(float var) {
107 SetTAttr(angleX, var);

Callers 13

prepareWithMethod · 0.80
node_get_angleFunction · 0.80
snapshotMethod · 0.80
_getTransformMethod · 0.80
__getFillPatternMethod · 0.80
_sceneFuncMethod · 0.80
getSelfRectMethod · 0.80
__getNodeShapeMethod · 0.80
__getNodeRectMethod · 0.80
_createAnchorMethod · 0.80
_handleMouseMoveMethod · 0.80
_fitNodesIntoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected