Interface | Description |
---|---|
CommandsInterface |
An interface for objeccts which can execute a Wurfel Engine command.
|
GameManager |
A test to group view and controllers.
|
Class | Description |
---|---|
AbstractMainMenu |
The game state of the Main Menu.
|
Camera |
Creates a virtual camera wich displays the game world on the viewport.
|
Console |
The message system can manage&show messages (Line).
|
Controller |
A controller manages the map and the game data.
|
DevTools |
Shows data for developers.
|
EngineView |
A view which is not dependend on the currently active game.
|
GameplayScreen |
The GameplayScreen State.
|
GameView |
The GameView manages everything what should be drawn in an active game in game space.
|
View |
A view is an object which renders the data.
|
WEScreen |
A WEScreen is a
Screen which supports Wurfel Engine features liek the Console . |
WorkingDirectory |
A class which helps getting OS specific information.
|
Enum | Description |
---|---|
WorkingDirectory.OS |