Package-level declarations
Types
Link copied to clipboard
object GenericSystem
Link copied to clipboard
Link copied to clipboard
object ObjectPool
An object pool used to store the game objects like UI, player, enemies, bullets and so on.
Link copied to clipboard
object PlayerManager
Link copied to clipboard
object SingleInstanceEnsurer
Link copied to clipboard
class Threads
This class is a thread pool used to run the key threads of the stg engine, like GameLoop and Renderer, and it contains a simple ThreadFactory for naming the created tasks.