public enum Collision.PointState
- Object
- Enum<Collision.PointState>
- Collision.PointState
ImplementsComparable<Collision.PointState>
This is used for determining the state of contact points.
Enum constants
NULL_STATE | point does not exist |
ADD_STATE | point was added in the update |
PERSIST_STATE | point persisted across the update |
REMOVE_STATE | point was removed in the update |
Methods
public static Collision.PointState[] values() | |
public static Collision.PointState valueOf(String name) |
Inherited methods
Enum constant details
NULL_STATE
NULL_STATEpoint does not exist
ADD_STATE
ADD_STATEpoint was added in the update
PERSIST_STATE
PERSIST_STATEpoint persisted across the update
REMOVE_STATE
REMOVE_STATEpoint was removed in the update
Method details
values
public static Collision.PointState[] values()valueOf
public static Collision.PointState valueOf(String name)