Shadow Decoration Renderer
data class ShadowDecorationRenderer(shadowChar: Char) : ComponentDecorationRenderer
Content copied to clipboard
Types
Functions
copy
Link copied to clipboard
fun copy(shadowChar: Char = DEFAULT_SHADOW_CHAR): ShadowDecorationRenderer
Content copied to clipboard
render
Link copied to clipboard
open override fun render(tileGraphics: TileGraphics, context: ComponentDecorationRenderContext)
Content copied to clipboard
Renders the decoration to the given TileGraphics.
Properties
Sources
(source)
Link copied to clipboard