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 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

Inherited from:
Product

Concrete fields