Options
Menu

Class AssetEvent

export

class away.events.AssetEvent

Hierarchy

Index

Constructors

constructor

Properties

target

target: any

Reference to target object

property

target

type

Object

type

type: string

Type of event

property

type

type

String

Static ASSET_COMPLETE

ASSET_COMPLETE: string

Dispatched when the loading of an asset and all of its dependencies is complete.

Static ASSET_CONFLICT_RESOLVED

ASSET_CONFLICT_RESOLVED: string

Static CLEAR

CLEAR: string

Dispatched when an asset is cleared

Static DISPOSE

DISPOSE: string

Dispatched when an asset is diposed

Static ENTER_FRAME

ENTER_FRAME: string

Static EXIT_FRAME

EXIT_FRAME: string

Static INVALIDATE

INVALIDATE: string

Dispatched when the content of an asset is invalidated

Static RENAME

RENAME: string

Static TEXTURE_SIZE_ERROR

TEXTURE_SIZE_ERROR: string

Accessors

asset

  • Returns IAsset

prevName

  • get (): string
  • Returns string

Methods

clone

Generated using TypeDoc