render

fun render(batch: Batch, camera: Camera, x: Float, y: Float, scale: Float = 1.0f, displayObjects: Boolean = false)
override fun render(batch: Batch, viewBounds: Rect, x: Float, y: Float, scale: Float)
abstract fun render(batch: Batch, viewBounds: Rect, x: Float = 0.0f, y: Float = 0.0f, scale: Float = 1.0f, displayObjects: Boolean = false)