Package-level declarations
Types
Link copied to clipboard
                  Link copied to clipboard
                  data class ResourceVersion(val name: String, val loaderVersion: Int, val sha1: String, val configSha1: String = "")
Functions
Link copied to clipboard
                  fun resourceBitmap(path: String, mipmaps: Boolean = true, cache: ResourceCache = ResourceCache.LOCAL): ResourceRef<RectSlice<out Bitmap>>
Link copied to clipboard
                  fun resourceBitmapFont(path: String, mipmaps: Boolean = true, cache: ResourceCache = ResourceCache.LOCAL): ResourceRef<BitmapFont>
Link copied to clipboard
                  fun resourceFont(path: String, mipmaps: Boolean = true, cache: ResourceCache = ResourceCache.LOCAL): ResourceRef<Font>
Link copied to clipboard
                  fun resourceTtfFont(path: String, preload: Boolean = false, cache: ResourceCache = ResourceCache.LOCAL): ResourceRef<TtfFont>