Renderable

interface Renderable

Represents something that can be rendered. Usually a View.

Inheritors

Functions

Link copied to clipboard
abstract fun render(ctx: RenderContext)

Called when the render needs to be done. The object should use the ctx to perform the drawings.