render

abstract fun render(context: DrawContext, mouseX: Int, mouseY: Int, delta: Float)

Renders this entry. Works exactly as one would expect for any other render call.

Author

fzzyhmstrs

Since

0.6.0

Parameters

context

DrawContext

mouseX

horizontal screen position of the mouse

mouseY

vertical screen position of the mouse