MCPcopy Create free account
hub / github.com/Var3D/var3dframe / setSize

Method setSize

core/src/core/java/var3d/net/center/UI.java:218–221  ·  view source on GitHub ↗
(float width, float height)

Source from the content-addressed store, hash-verified

216 }
217
218 public UI<T> setSize(float width, float height) {
219 t.setSize(width, height);
220 return this;
221 }
222
223 public UI<T> setSize(Actor actor) {
224 t.setSize(actor.getWidth(), actor.getHeight());

Callers 15

synchronousPositionMethod · 0.45
linkNativeTextFieldMethod · 0.45
synchronousPositionMethod · 0.45
setThisMethod · 0.45
setBackgroundMethod · 0.45
ActorGradientMethod · 0.45
NativeTextFieldMethod · 0.45
SLabelMethod · 0.45
setFontScaleMethod · 0.45
ActorNumberMethod · 0.45
setFontSizeMethod · 0.45
setNumberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected