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 = "")
Link copied to clipboard
data class VPath(val path: String)

Functions

Link copied to clipboard
inline suspend fun <T : Any> Injector.getPath(path: String): T
suspend fun <T : Any> Injector.getPath(clazz: KClass<T>, path: String): T
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
suspend fun resources(): Resources
Link copied to clipboard
fun resourceTtfFont(path: String, preload: Boolean = false, cache: ResourceCache = ResourceCache.LOCAL): ResourceRef<TtfFont>