AssetCollection

final
class AssetCollection(val images: List[LoadedImageAsset], val texts: List[LoadedTextAsset], val sounds: List[LoadedAudioAsset], val fonts: List[LoadedFontAsset])
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def exists(name: AssetName): Boolean
def findAudioDataByName(name: AssetName): Option[AudioBuffer]
def findImageDataByName(name: AssetName): Option[Image]
def findTextDataByName(name: AssetName): Option[String]

Concrete fields

val count: Int