libgdx API

Uses of Class
com.badlogic.gdx.physics.box2d.JointDef.JointType

Packages that use JointDef.JointType
com.badlogic.gdx.physics.box2d   
 

Uses of JointDef.JointType in com.badlogic.gdx.physics.box2d
 

Fields in com.badlogic.gdx.physics.box2d declared as JointDef.JointType
 JointDef.JointType JointDef.type
          The joint type is set automatically for concrete joint types.
static JointDef.JointType[] JointDef.JointType.valueTypes
           
 

Methods in com.badlogic.gdx.physics.box2d that return JointDef.JointType
 JointDef.JointType Joint.getType()
          Get the type of the concrete joint.
static JointDef.JointType JointDef.JointType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JointDef.JointType[] JointDef.JointType.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)