AssetBatchLoaded

final case
class AssetBatchLoaded(key: BindingKey, available: Boolean) extends AssetEvent

The response event to LoadAsset or LoadAssetBatch.

Value Params
available

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

key

The requested tracking key

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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