CommonState

open class CommonState(val renderer: Renderer<Any, PositionSurrogate, Bitmap> = BitmapRenderer())

The common state of the client and the server. This class includes common components that both systems need to have.

Parameters

Inheritors

Constructors

Link copied to clipboard
constructor(renderer: Renderer<Any, PositionSurrogate, Bitmap> = BitmapRenderer())

Properties

Link copied to clipboard