DecorationRenderer

fun fun interface DecorationRenderer<T : RenderContext>

A DecorationRenderer is responsible for rendering decorations onto TileGraphics objects. See here for more details.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
render
Link copied to clipboard
common
abstract fun render(tileGraphics: TileGraphics, context: T)
Renders the decoration to the given TileGraphics.
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

ComponentDecorationRenderer
Link copied to clipboard
ComponentPostProcessor
Link copied to clipboard
ComponentRenderer
Link copied to clipboard

Sources

(source)
Link copied to clipboard