Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
float Node::getAngle() const noexcept {
103
return GetTAttr(angle);
104
}
105
106
void Node::setAngleX(float var) {
107
SetTAttr(angleX, var);
Callers
13
prepareWith
Method · 0.80
node_get_angle
Function · 0.80
snapshot
Method · 0.80
_getTransform
Method · 0.80
__getFillPattern
Method · 0.80
_sceneFunc
Method · 0.80
getSelfRect
Method · 0.80
__getNodeShape
Method · 0.80
__getNodeRect
Method · 0.80
_createAnchor
Method · 0.80
_handleMouseMove
Method · 0.80
_fitNodesInto
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected