Hierarchy

  • ILoadingEvents

Methods

  • Emitted when a load has been cancelled. Either this or "step"" will be called when a load is done

    Parameters

    Returns any

  • Emitted when all things have finished loading

    Parameters

    • Rest ...loaded: Load[]

    Returns any

  • Emitted when a load has had progress.

    Parameters

    • load: Load
    • progress: number

      A decimal number between 0 and 1

    Returns any

  • Emitted when a new thing has begun to load

    Type Parameters

    Parameters

    • load: LOAD
    • Rest ...args: LoadArgs<LOAD>

    Returns any

  • Emitted when a load has finished loading. Either this or "cancel" will be called when a load is done

    Parameters

    • Rest ...loaded: Load[]

    Returns any

Generated using TypeDoc