| Class | Description |
|---|---|
| GameEntity |
Base class for game objects that are interacting in game, and in general can
move and can be destroyed.
|
| GameEntityExceptions |
Class container for exceptions related to game entities.
|
| Exception | Description |
|---|---|
| GameEntityExceptions.GameEntityAttributeNotFound |
Attribute is not initialized in game entity.
|
| GameEntityExceptions.GameEntityException |
Main exception for all Game entity related exceptions.
|
| GameEntityExceptions.MaxGameEntitiesException | |
| GameEntityExceptions.NegativeRadiusException |
Game entity has negative radius.
|