ZRenderizable

Defines a contract for objects that can be rendered on the screen using a rendering system. Implementing classes should provide the logic for drawing their visual representation.

Inheritors

Functions

Link copied to clipboard
abstract fun render()

Renders the object's visual representation on the screen.