Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setY
Method
setY
Source/Node/Node.cpp:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void Node::setY(float var) {
160
setPosition({getX(), var});
161
}
162
163
float Node::getY() const noexcept {
164
return GetTAttr(y);
Callers
6
ARRAY_START
Function · 0.45
ARRAY_START
Function · 0.45
SetY
Function · 0.45
update
Method · 0.45
node_set_y
Function · 0.45
rect_set_y
Function · 0.45
Calls
2
setPosition
Function · 0.85
getX
Function · 0.85
Tested by
no test coverage detected