public class CircleShape extends Shape
Shape.Type| Modifier | Constructor and Description |
|---|---|
|
CircleShape() |
protected |
CircleShape(long addr) |
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
getPosition() |
Shape.Type |
getType()
Get the type of this shape.
|
void |
setPosition(Vector2 position)
Sets the position of the shape
|
dispose, getChildCount, getRadius, jniGetType, setRadiuspublic Shape.Type getType()
public Vector2 getPosition()
public void setPosition(Vector2 position)