Package | Description |
---|---|
com.badlogic.gdx.physics.box2d | |
com.badlogic.gdx.utils |
Modifier and Type | Field and Description |
---|---|
protected LongMap<Body> |
World.bodies
all known bodies
|
protected LongMap<Fixture> |
World.fixtures
all known fixtures
|
protected LongMap<Joint> |
World.joints
all known joints
|
Modifier and Type | Method and Description |
---|---|
void |
LongMap.putAll(LongMap<V> map) |
Constructor and Description |
---|
Entries(LongMap map) |
Keys(LongMap map) |
LongMap(LongMap<? extends V> map)
Creates a new map identical to the specified map.
|
Values(LongMap<V> map) |