Class | Description |
---|---|
BaseGameEntity |
This class contains the basic properties of a game entity
|
Enum | |
ImageEntity |
This class contains all the methods for displaying an image on screen.
|
Point2D |
This class represents a single point on a game object and classes may extend it to represent a single
fixed point value such as a position or velocity etc.
|
SoundClip | |
Sprite |
This class contains all the methods necessary to work with a single sprite such as moving, displaying and
collision detection.
|