libgdx API

Uses of Class
com.badlogic.gdx.physics.box2d.Shape.Type

Packages that use Shape.Type
com.badlogic.gdx.physics.box2d   
 

Uses of Shape.Type in com.badlogic.gdx.physics.box2d
 

Methods in com.badlogic.gdx.physics.box2d that return Shape.Type
 Shape.Type ChainShape.getType()
           
 Shape.Type CircleShape.getType()
          Get the type of this shape.
 Shape.Type EdgeShape.getType()
           
 Shape.Type Fixture.getType()
          Get the type of the child shape.
 Shape.Type PolygonShape.getType()
          Get the type of this shape.
abstract  Shape.Type Shape.getType()
          Get the type of this shape.
static Shape.Type Shape.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Shape.Type[] Shape.Type.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)