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