Bitmap Renderer
class BitmapRenderer<in TS : Any, in PS : PositionSurrogate> : Renderer<TS, PS, ERROR CLASS: Symbol not found for Bitmap>
This implementation renders a Bitmap. The rendering works on 2D environments only as it uses a Context2d.
Parameters
Functions
Link copied to clipboard
open override fun render(environmentSurrogate: EnvironmentSurrogate<TS, PS>): ERROR CLASS: Symbol not found for Bitmap
Renders the environment.