HalfBlockDecorationRenderer

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
open override fun render(tileGraphics: TileGraphics, context: ComponentDecorationRenderContext)
Renders the decoration to the given TileGraphics.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

occupiedSize
Link copied to clipboard
common
open override val occupiedSize: Size
The Size this resulting decoration will occupy.
offset
Link copied to clipboard
common
open override val offset: Position
The Position this renderer offsets the rendering.

Sources

(source)
Link copied to clipboard