TilesetOverride

interface TilesetOverride : TilesetHolder

Interface which adds functionality for overriding tilesets used in its implementors (components, layers, etc).

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

tileset
Link copied to clipboard
common
abstract override var tileset: TilesetResource
The (mutable) tileset value.
tilesetProperty
Link copied to clipboard
common
abstract val tilesetProperty: Property<TilesetResource>
A Property that wraps the tileset and offers data binding and observability features.

Inheritors

ComponentProperties
Link copied to clipboard
DrawSurface
Link copied to clipboard
Layer
Link copied to clipboard
BaseTileGraphics
Link copied to clipboard
Renderable
Link copied to clipboard

Sources

(source)
Link copied to clipboard