Uses of Class
com.codingame.gameengine.module.entities.Rectangle
-
Uses of Rectangle in com.codingame.gameengine.module.entities
Modifier and TypeMethodDescriptionGraphicEntityModule.createRectangle()
Creates a new Rectangle entity, its graphical counterpart will be created on the frame currently being computed.Rectangle.setHeight
(int height) Sets the height of thisRectangle
in world units.Sets the height of thisRectangle
in world units.Rectangle.setWidth
(int width) Sets the width of thisRectangle
in world units.Sets the width of thisRectangle
in world units.