libgdx API

Uses of Class
com.badlogic.gdx.physics.box2d.World

Packages that use World
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.physics.box2d   
com.badlogic.gdx.physics.box2d.joints   
 

Uses of World in com.badlogic.gdx.graphics.g2d
 

Constructors in com.badlogic.gdx.graphics.g2d with parameters of type World
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.
 

Uses of World in com.badlogic.gdx.physics.box2d
 

Fields in com.badlogic.gdx.physics.box2d declared as World
protected  World Contact.world
          the world
 

Methods in com.badlogic.gdx.physics.box2d that return World
 World Body.getWorld()
          Get the parent world of this body.
 

Methods in com.badlogic.gdx.physics.box2d with parameters of type World
 void Box2DDebugRenderer.render(World world, Matrix4 projMatrix)
          This assumes that the projection matrix has already been set.
 

Constructors in com.badlogic.gdx.physics.box2d with parameters of type World
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
 

Uses of World in com.badlogic.gdx.physics.box2d.joints
 

Constructors in com.badlogic.gdx.physics.box2d.joints with parameters of type World
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)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)