staticLimeToPoly(type:AssetType):PolymodAssetType
staticPolyToLime(type:PolymodAssetType):AssetType
@:value({ libraryId : "default", pathPrefix : "" })new(backend:LimeBackend, fallback:LimeAssetLibrary, pathPrefix:String = "", libraryId:String = "default")
libraryId:String
pathPrefix:String
destroy():Void
exists(id:String, type:String):Bool
Returns true if the asset of the given id and type exists. Takes into account mods and locales, if available.
existsPoly(id:String, type:PolymodAssetType):Bool
getFallbackLibrary():LimeAssetLibrary
preloadImagesToCache():Void
@:value(new Event<Void>())onChange:_Event_Void_Void<() ‑> Void> = new Event<Void>()
loadAsset(id:String, type:String):Future<Dynamic>
unload():Void