Package | Description |
---|---|
city.cs.engine |
Simple wrapper around the JBox2D physics engine.
|
Modifier and Type | Method and Description |
---|---|
AttachedImage |
Body.addImage(BodyImage image)
Convenience method to attach an instance of an image.
|
Modifier and Type | Method and Description |
---|---|
List<AttachedImage> |
Body.getImages()
The images used to display this body.
|
Modifier and Type | Method and Description |
---|---|
void |
Body.removeAttachedImage(AttachedImage image)
Remove an image instance from this body.
|