Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void Node::setAngle(float var) {
98
SetTAttr(angle, var);
99
markDirty();
100
}
101
102
float Node::getAngle() const noexcept {
103
return GetTAttr(angle);
Callers
7
_updateFrame
Method · 0.45
render
Method · 0.45
SetAngle
Function · 0.45
update
Method · 0.45
restore
Method · 0.45
update
Method · 0.45
node_set_angle
Function · 0.45
Calls
1
markDirty
Function · 0.85
Tested by
no test coverage detected