GraphicTextureMetadata

data class GraphicTextureMetadata(x: Int, y: Int, width: Int, height: Int, name: String, tags: Set<String>) : TextureMetadata<ImageTile>

Functions

component1
Link copied to clipboard
common
operator fun component1(): Int
component2
Link copied to clipboard
common
operator fun component2(): Int
component3
Link copied to clipboard
common
operator fun component3(): Int
component4
Link copied to clipboard
common
operator fun component4(): Int
component5
Link copied to clipboard
common
operator fun component5(): String
component6
Link copied to clipboard
common
operator fun component6(): Set<String>
copy
Link copied to clipboard
common
fun copy(x: Int, y: Int, width: Int, height: Int, name: String, tags: Set<String>): GraphicTextureMetadata
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

height
Link copied to clipboard
common
open override val height: Int
name
Link copied to clipboard
common
val name: String
tags
Link copied to clipboard
common
val tags: Set<String>
width
Link copied to clipboard
common
open override val width: Int
x
Link copied to clipboard
common
open override val x: Int
y
Link copied to clipboard
common
open override val y: Int

Sources

(source)
Link copied to clipboard