public final class Activation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
active
an active collision object that's subject to deactivation when its timer
runs out (native name: ACTIVE_TAG)
|
static int |
error
a disabled collision object: this usually indicates that an error has
occurred (native name: DISABLE_SIMULATION)
|
static int |
exempt
a collision object that's exempt from deactivation, such as a vehicle or
a kinematic rigid body (native name: DISABLE_DEACTIVATION)
|
static int |
firstValue
lowest legal value, for range checks
|
static int |
lastValue
highest legal value, for range checks
|
static java.util.logging.Logger |
logger
message logger for this class
|
static int |
sleeping
a deactivated collision object (native name: ISLAND_SLEEPING)
|
static int |
wantsDeactivation
a collision object that's timed out but hasn't been deactivated yet?
(native name: WANTS_DEACTIVATION)
|
public static final int active
public static final int sleeping
public static final int wantsDeactivation
public static final int exempt
public static final int error
public static final int firstValue
public static final int lastValue
public static final java.util.logging.Logger logger