GameLauncher

indigo.GameLauncher
trait GameLauncher[StartUpData, Model, ViewModel]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait IndigoDemo[BootData, StartUpData, Model, ViewModel]
trait IndigoGame[BootData, StartUpData, Model, ViewModel]
trait IndigoSandbox[StartUpData, Model]
trait IndigoShader

Members list

Value members

Abstract methods

protected def ready(flags: Map[String, String]): Element => GameEngine[StartUpData, Model, ViewModel]

Concrete methods

def halt(): Unit
def launch(containerId: String): Unit
def launch(element: Element): Unit
def launch(containerId: String, flags: Dictionary[String]): Unit
def launch(element: Element, flags: Dictionary[String]): Unit
def launch(containerId: String, flags: Map[String, String]): Unit
def launch(element: Element, flags: Map[String, String]): Unit
def launch(containerId: String, flags: (String, String)*): Unit
def launch(element: Element, flags: (String, String)*): Unit