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

Method getAngleX

Source/Node/Node.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111float Node::getAngleX() const noexcept {
112 return GetTAttr(angleX);
113}
114
115void Node::setAngleY(float var) {
116 SetTAttr(angleY, var);

Callers 2

visitMethod · 0.80
node_get_angle_xFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected