AssetBatchLoadError

indigo.shared.events.AssetEvent.AssetBatchLoadError
final case class AssetBatchLoadError(key: BindingKey, message: String) extends AssetEvent

If an error occurs during load, the game will be sent this event.

Value parameters

key

The requested tracking key so you know which event failed.

message

Asset load error message

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