Uses of Class
com.codingame.gameengine.module.entities.Rectangle
Packages that use Rectangle
-
Uses of Rectangle in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return RectangleModifier 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.