Package | Description |
---|---|
com.badlogic.gdx.physics.box2d |
Modifier and Type | Method and Description |
---|---|
Shape.Type |
ChainShape.getType() |
Shape.Type |
CircleShape.getType()
Get the type of this shape.
|
Shape.Type |
EdgeShape.getType() |
Shape.Type |
Fixture.getType()
Get the type of the child shape.
|
Shape.Type |
PolygonShape.getType()
Get the type of this shape.
|
abstract Shape.Type |
Shape.getType()
Get the type of this shape.
|
static Shape.Type |
Shape.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Shape.Type[] |
Shape.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|