public class CollisionFlags extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHARACTER_OBJECT |
static int |
CUSTOM_MATERIAL_CALLBACK
Enables calling
ContactAddedCallback for collision objects. |
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 and Description |
|---|
CollisionFlags() |
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