CommonState

open class CommonState(val renderer: Renderer<Any, PositionSurrogate, <Error class: unknown class>> = 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, <Error class: unknown class>> = BitmapRenderer())

Properties

Link copied to clipboard
val renderer: Renderer<Any, PositionSurrogate, <Error class: unknown class>>