ClientState
constructor(renderMode: <Error class: unknown class> = RenderMode.AUTO, playButton: <Error class: unknown class> = Action.PAUSE, bitmap: Bitmap? = null, statusSurrogate: <Error class: unknown class> = StatusSurrogate.INIT)(source)
Parameters
renderMode
the render mode of the client. It can be either client, server or auto. It is set to auto by default.
playButton
the state of the play button.
bitmap
the bitmap to display.
statusSurrogate
the StatusSurrogate of the simulation.