Package | Description |
---|---|
com.codingame.gameengine.module.entities |
Modifier and Type | Method and Description |
---|---|
Rectangle |
GraphicEntityModule.createRectangle()
Creates a new Rectangle entity, its graphical counterpart will be created on the frame currently being computed.
|
Rectangle |
Rectangle.setHeight(int height)
Sets the height of this
Rectangle in world units. |
Rectangle |
Rectangle.setHeight(int height,
Curve curve)
Sets the height of this
Rectangle in world units. |
Rectangle |
Rectangle.setWidth(int width)
Sets the width of this
Rectangle in world units. |
Rectangle |
Rectangle.setWidth(int width,
Curve curve)
Sets the width of this
Rectangle in world units. |