GameAreaTileFilter

interface GameAreaTileFilter

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
plus
Link copied to clipboard
common
open operator fun plus(other: GameAreaTileFilter): GameAreaTileFilter
toString
Link copied to clipboard
common
open fun toString(): String
transform
Link copied to clipboard
common
abstract fun transform(visibleSize: Size3D, offsetPosition: Position3D, blockTileType: BlockTileType, tileBuilder: TileBuilder): TileBuilder

Sources

(source)
Link copied to clipboard