com.annahid.libs.artenus.core
Contains core components of the framework, including stage, scenes, and dialogs. The basic
architecture of the framework consists of an Artenus activity, which contains a single instance
of Stage. The game flow is controlled by switching Scene objects on the stage.
Interface Summary
| Interface | Description |
|---|---|
| Stage | Represents the stage. |
| StageManager | Interface for classes that handle stage events. |
Class Summary
| Class | Description |
|---|---|
| Dialog | Superclass for all dialogs. |
| Scene | Represents a single scene in a game. |
Enum Summary
| Enum | Description |
|---|---|
| StageEvents | Events that can happen during the stage's lifecycle. |