|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shape | |
---|---|
com.badlogic.gdx.physics.box2d |
Uses of Shape in com.badlogic.gdx.physics.box2d |
---|
Subclasses of Shape in com.badlogic.gdx.physics.box2d | |
---|---|
class |
ChainShape
|
class |
CircleShape
A circle shape. |
class |
EdgeShape
A line segment (edge) shape. |
class |
PolygonShape
|
Fields in com.badlogic.gdx.physics.box2d declared as Shape | |
---|---|
protected Shape |
Fixture.shape
the shape, initialized lazy |
Shape |
FixtureDef.shape
The shape, this must be set. |
Methods in com.badlogic.gdx.physics.box2d that return Shape | |
---|---|
Shape |
Fixture.getShape()
Returns the shape of this fixture |
Methods in com.badlogic.gdx.physics.box2d with parameters of type Shape | |
---|---|
Fixture |
Body.createFixture(Shape shape,
float density)
Creates a fixture from a shape and attach it to this body. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |