Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ setX
Method
setX
Source/Node/Node.cpp:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
void Node::setX(float var) {
152
setPosition({var, getY()});
153
}
154
155
float Node::getX() const noexcept {
156
return GetTAttr(x);
Callers
6
ARRAY_START
Function · 0.45
ARRAY_START
Function · 0.45
SetX
Function · 0.45
update
Method · 0.45
node_set_x
Function · 0.45
rect_set_x
Function · 0.45
Calls
2
setPosition
Function · 0.85
getY
Function · 0.85
Tested by
no test coverage detected