AssetBatchLoaded

indigo.shared.events.AssetEvent.AssetBatchLoaded
final case class AssetBatchLoaded(key: BindingKey, available: Boolean) extends AssetEvent

The response event to LoadAsset or LoadAssetBatch.

Value parameters

available

Whether or not the asset has been made available for the game to use.

key

The requested tracking key

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AssetEvent
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product