AssetBundleTracker

indigoextras.subsystems.AssetBundleTracker
See theAssetBundleTracker companion object
final case class AssetBundleTracker(register: List[AssetBundle])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def assetLoadComplete(key: AssetPath, loaded: Boolean): AssetBundleTracker
def containsAsset(path: AssetPath): Boolean
def containsAssetFromKey(key: BindingKey): Boolean
def containsBundle(key: BindingKey): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val bundleCount: Int