REXPaintResource

class REXPaintResource

This class can be used to load REXPaint files.

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toLayerList
Link copied to clipboard
fun toLayerList(tileset: TilesetResource = RuntimeConfig.config.defaultTileset): List<Layer>
Converts this REXPaintResource to a list of Layers.
toString
Link copied to clipboard
open fun toString(): String

Sources

(source)
Link copied to clipboard