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