libgdx API

Uses of Class
com.badlogic.gdx.physics.box2d.Manifold.ManifoldType

Packages that use Manifold.ManifoldType
com.badlogic.gdx.physics.box2d   
 

Uses of Manifold.ManifoldType in com.badlogic.gdx.physics.box2d
 

Methods in com.badlogic.gdx.physics.box2d that return Manifold.ManifoldType
 Manifold.ManifoldType Manifold.getType()
           
static Manifold.ManifoldType Manifold.ManifoldType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Manifold.ManifoldType[] Manifold.ManifoldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


libgdx API

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