public class Filter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
void |
set(Filter argOther) |
public int categoryBits
public int maskBits
public int groupIndex
public void set(Filter argOther)
Copyright © 2017. All Rights Reserved.