Box Decoration Renderer
data class BoxDecorationRenderer(boxType: BoxType, titleProperty: Property<String>, renderingMode: ComponentDecorationRenderer.RenderingMode) : ComponentDecorationRenderer
Content copied to clipboard
Functions
component1
Link copied to clipboard
copy
Link copied to clipboard
fun copy(boxType: BoxType = BoxType.SINGLE, titleProperty: Property<String> = createPropertyFrom(""), renderingMode: ComponentDecorationRenderer.RenderingMode = NON_INTERACTIVE): BoxDecorationRenderer
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