Package | Description |
---|---|
com.badlogic.gdx.physics.box2d |
Modifier and Type | Method and Description |
---|---|
Manifold.ManifoldType |
Manifold.getType() |
static Manifold.ManifoldType |
Manifold.ManifoldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Manifold.ManifoldType[] |
Manifold.ManifoldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|