ContextListener

abstract class ContextListener(val context: Context)

A ContextListener is the base of an Context when it is created, rendering, or destroyed.

Author

Colton Daily

Constructors

Link copied to clipboard
fun ContextListener(context: Context)

Functions

Link copied to clipboard
open suspend fun Context.start()

Invoked once the Context is ready. Add all the rendering, updating, dispose, and other game logic here.

Properties

Link copied to clipboard

Inheritors

Link copied to clipboard