ImageLocation

data class ImageLocation(val x: Int, val y: Int)

Constructors

Link copied to clipboard
constructor(section: YamlObject)
constructor(x: Int, y: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard
operator fun plus(other: ImageLocation): ImageLocation