Uses of Class
com.codingame.gameengine.module.entities.Circle
Packages that use Circle
-
Uses of Circle in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return CircleModifier and TypeMethodDescriptionGraphicEntityModule.createCircle()
Creates a new Circle entity, its graphical counterpart will be created on the frame currently being computed.Circle.setRadius
(int radius) Sets the radius of thisCircle
in world units.Sets the radius of thisCircle
in world units.