Game Executor
object GameExecutor
Provides an object that controls execution of games.
Functions
Link copied to clipboard
fun execute(template: GameTemplate, exitMode: ExitMode = ExitMode.RETURN_TO_TITLE_SCREEN, ioConfiguration: IOConfiguration)
Link copied to clipboard
fun executeAysnc(template: GameTemplate, exitMode: ExitMode = ExitMode.RETURN_TO_TITLE_SCREEN, ioConfiguration: IOConfiguration)