Class default<EventMap>Abstract

Type Parameters

  • EventMap

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Unload any async resources here

    Returns void | Promise<void>

  • Load any async resources here

    Returns void | Promise<void>

  • Resolves when this resource has closed any dependencies.

    Returns Promise<void>

  • Resolves when this resource is initialized.

    Returns Promise<void>