|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.ShapeDef
public class ShapeDef
Field Summary | |
---|---|
int |
categoryBits
|
float |
density
|
float |
friction
|
int |
groupIndex
|
boolean |
isSensor
|
int |
maskBits
|
float |
restitution
|
ShapeType |
type
|
java.lang.Object |
userData
|
Constructor Summary | |
---|---|
ShapeDef()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ShapeType type
public java.lang.Object userData
public float friction
public float restitution
public float density
public int categoryBits
public int maskBits
public int groupIndex
public boolean isSensor
Constructor Detail |
---|
public ShapeDef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |