AbstractResourceLoader

Inheritors

AndroidLoaders
WebLoaders
JvmLoaders
WasmLoaders

Functions

Link copied to clipboard
abstract fun loadBytes(path: String): EitherFuture<ByteArray, ResourceLoadError>
Link copied to clipboard
abstract fun loadImage(path: String): EitherFuture<PixelMap, ResourceLoadError>
Link copied to clipboard
open fun loadText(path: String): EitherFuture<String, ResourceLoadError>
Link copied to clipboard
abstract fun saveImage(path: String, pixelMap: PixelMap): ResourceSaveError?