Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
float Node::getAngleX() const noexcept {
112
return GetTAttr(angleX);
113
}
114
115
void Node::setAngleY(float var) {
116
SetTAttr(angleY, var);
Callers
2
visit
Method · 0.80
node_get_angle_x
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected