MCPcopy 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

moveActorMethod · 0.80
VDialogMethod · 0.80
setThisMethod · 0.80
updateMethod · 0.80
StageLoadMethod · 0.80
drawMethod · 0.80
drawLabelMethod · 0.80
initMethod · 0.80
showMethod · 0.80
showMethod · 0.80
resizeMethod · 0.80
drawBackgroundMethod · 0.80

Calls

no outgoing calls

Tested by 2

initMethod · 0.64
initMethod · 0.64