libgdx API

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

Packages that use MassData
com.badlogic.gdx.physics.box2d   
 

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

Methods in com.badlogic.gdx.physics.box2d that return MassData
 MassData Body.getMassData()
          Get the mass data of the body.
 

Methods in com.badlogic.gdx.physics.box2d with parameters of type MassData
 void Body.setMassData(MassData data)
          Set the mass properties to override the mass properties of the fixtures.
 


libgdx API

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