Common State
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
renderer
the Renderer that renders an it.unibo.alchemist.boundary.webui.common.model.surrogate.EnvironmentSurrogate.
Inheritors
Constructors
Link copied to clipboard
constructor(renderer: Renderer<Any, PositionSurrogate, <Error class: unknown class>> = BitmapRenderer())