public final class PcoType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
collider
value for a MultiBodyCollider (native name: CO_FEATHERSTONE_LINK)
|
static int |
fluid
unused (native name: CO_HF_FLUID)
|
static int |
generic
default value, unused in Libbulletjme (native name: CO_COLLISION_OBJECT)
|
static int |
ghost
value for a PhysicsGhostObject (native name: CO_GHOST_OBJECT)
|
static java.util.logging.Logger |
logger
message logger for this class
|
static int |
rigid
value for a PhysicsVehicle chassis or PhysicsRigidBody (native name:
CO_RIGID_BODY)
|
static int |
soft
value for a PhysicsSoftBody (native name: CO_SOFT_BODY)
|
static int |
user
unused (native name: CO_USER_TYPE)
|
public static final int generic
public static final int rigid
public static final int ghost
public static final int soft
public static final int fluid
public static final int user
public static final int collider
public static final java.util.logging.Logger logger