|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.physics.box2d.Filter
public class Filter
This holds contact filtering data.
Field Summary | |
---|---|
short |
categoryBits
The collision category bits. |
short |
groupIndex
Collision groups allow a certain group of objects to never collide (negative) or always collide (positive). |
short |
maskBits
The collision mask bits. |
Constructor Summary | |
---|---|
Filter()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short categoryBits
public short maskBits
public short groupIndex
Constructor Detail |
---|
public Filter()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |