Package | Description |
---|---|
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.physics.box2d | |
com.badlogic.gdx.physics.box2d.joints |
Constructor and Description |
---|
ParticleEmitterBox2D(World world)
Constructs default ParticleEmitterBox2D.
|
ParticleEmitterBox2D(World world,
java.io.BufferedReader reader)
/**Constructs ParticleEmitterBox2D using bufferedReader.
|
ParticleEmitterBox2D(World world,
ParticleEmitter emitter)
Constructs ParticleEmitterBox2D fully copying given emitter attributes.
|
Modifier and Type | Field and Description |
---|---|
protected World |
Contact.world
the world
|
Modifier and Type | Method and Description |
---|---|
World |
Body.getWorld()
Get the parent world of this body.
|
Modifier and Type | Method and Description |
---|---|
void |
Box2DDebugRenderer.render(World world,
Matrix4 projMatrix)
This assumes that the projection matrix has already been set.
|
Constructor and Description |
---|
Body(World world,
long addr)
Constructs a new body with the given address
|
Contact(World world,
long addr) |
ContactImpulse(World world,
long addr) |
Joint(World world,
long addr)
Constructs a new joint
|
Constructor and Description |
---|
DistanceJoint(World world,
long addr) |
FrictionJoint(World world,
long addr) |
GearJoint(World world,
long addr) |
MouseJoint(World world,
long addr) |
PrismaticJoint(World world,
long addr) |
PulleyJoint(World world,
long addr) |
RevoluteJoint(World world,
long addr) |
RopeJoint(World world,
long addr) |
WeldJoint(World world,
long addr) |
WheelJoint(World world,
long addr) |