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