Delay

data class Delay(timeMs: Long) : TileTransformModifier<CharacterTile>

Functions

canTransform
Link copied to clipboard
common
open override fun canTransform(tile: Tile): Boolean
Tells whether the given tile can be transformed by this modifier or not.
copy
Link copied to clipboard
common
fun copy(timeMs: Long = 2000): Delay
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
transform
Link copied to clipboard
common
open override fun transform(tile: CharacterTile): CharacterTile
Transforms the given Tile and returns the result.

Properties

cacheKey
Link copied to clipboard
common
open override val cacheKey: String
A unique and immutable cache key for this object.

Sources

(source)
Link copied to clipboard