Identifiable

interface Identifiable

Represents any object, which has an unique UUID.

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

id
Link copied to clipboard
common
abstract val id: UUID

Inheritors

Animation
Link copied to clipboard
Layer
Link copied to clipboard
TilesetResource
Link copied to clipboard
Tileset
Link copied to clipboard
MarkovChainNode
Link copied to clipboard
Focusable
Link copied to clipboard

Sources

(source)
Link copied to clipboard