Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
loadAnimationFromStream
Link copied to clipboard
fun loadAnimationFromStream(zipStream: InputStream, tileset: TilesetResource): AnimationBuilder
Loads the data of an animation from the given animation file returns an AnimationBuilder which contains the loaded data.
toString
Link copied to clipboard
open fun toString(): String

Sources

(source)
Link copied to clipboard