public enum Collision.PointState

  1. Object
  2. Enum<Collision.PointState>
  3. Collision.PointState

ImplementsComparable<Collision.PointState>

This is used for determining the state of contact points.

Enum constants

NULL_STATEpoint does not exist
ADD_STATEpoint was added in the update
PERSIST_STATEpoint persisted across the update
REMOVE_STATEpoint 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_STATE
point does not exist

ADD_STATE

ADD_STATE
point was added in the update

PERSIST_STATE

PERSIST_STATE
point persisted across the update

REMOVE_STATE

REMOVE_STATE
point was removed in the update

Method details

values

public static Collision.PointState[] values()

valueOf

public static Collision.PointState valueOf(String name)