Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Var3D/var3dframe
/ setPosition
Method
setPosition
core/src/core/java/var3d/net/center/UI.java:178–181 ·
view source on GitHub ↗
(float x, float y)
Source
from the content-addressed store, hash-verified
176
}
177
178
public
UI<T> setPosition(float x, float y) {
179
t.setPosition(x, y);
180
return
this;
181
}
182
183
public
UI<T> setPosition(Actor actor) {
184
t.setPosition(actor.getX(), actor.getY());
Callers
15
moveActor
Method · 0.80
VDialog
Method · 0.80
setThis
Method · 0.80
update
Method · 0.80
StageLoad
Method · 0.80
draw
Method · 0.80
drawLabel
Method · 0.80
init
Method · 0.80
show
Method · 0.80
show
Method · 0.80
resize
Method · 0.80
drawBackground
Method · 0.80
Calls
no outgoing calls
Tested by
2
init
Method · 0.64
init
Method · 0.64