libgdx API

Uses of Class
com.badlogic.gdx.physics.box2d.BodyDef.BodyType

Packages that use BodyDef.BodyType
com.badlogic.gdx.physics.box2d   
 

Uses of BodyDef.BodyType in com.badlogic.gdx.physics.box2d
 

Fields in com.badlogic.gdx.physics.box2d declared as BodyDef.BodyType
 BodyDef.BodyType BodyDef.type
          The body type: static, kinematic, or dynamic.
 

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

Methods in com.badlogic.gdx.physics.box2d with parameters of type BodyDef.BodyType
 void Body.setType(BodyDef.BodyType type)
          Set the type of this body.
 


libgdx API

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