|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bulletphysics.collision.dispatch.CollisionFlags
public class CollisionFlags
Flags for collision objects.
Field Summary | |
---|---|
static int |
CUSTOM_MATERIAL_CALLBACK
Enables calling ContactAddedCallback for collision objects. |
static int |
CHARACTER_OBJECT
|
static int |
KINEMATIC_OBJECT
Sets this collision object as kinematic. |
static int |
NO_CONTACT_RESPONSE
Disables contact response. |
static int |
STATIC_OBJECT
Sets this collision object as static. |
Constructor Summary | |
---|---|
CollisionFlags()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STATIC_OBJECT
public static final int KINEMATIC_OBJECT
public static final int NO_CONTACT_RESPONSE
public static final int CUSTOM_MATERIAL_CALLBACK
ContactAddedCallback
for collision objects. This
allows per-triangle material (friction/restitution).
public static final int CHARACTER_OBJECT
Constructor Detail |
---|
public CollisionFlags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |