AssetBundleTracker

final case
class AssetBundleTracker(register: List[AssetBundle])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addBundle(key: BindingKey, assets: List[AssetTypePrimitive]): AssetBundleTracker
def assetLoadComplete(key: AssetPath, loaded: Boolean): AssetBundleTracker
def checkBundleStatus(key: BindingKey): Option[AssetBundleStatus]
def containsAsset(path: AssetPath): Boolean
def containsAssetFromKey(key: BindingKey): Boolean
def containsBundle(key: BindingKey): Boolean
def findAssetByPath(path: AssetPath): List[AssetToLoad]
def findBundleByKey(key: BindingKey): Option[AssetBundle]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val bundleCount: Int