Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssetsProgressEvent

Class used to share progress information about assets loading

Hierarchy

  • AssetsProgressEvent

Implements

Index

Constructors

Properties

Constructors

constructor

  • Creates a AssetsProgressEvent

    Parameters

    • remainingCount: number

      defines the number of remaining tasks to process

    • totalCount: number

      defines the total number of tasks

    • task: AbstractAssetTask

      defines the task that was just processed

    Returns AssetsProgressEvent

Properties

remainingCountSearch playground for remainingCount

remainingCount: number

Defines the number of remaining tasks to process

taskSearch playground for task

Defines the task that was just processed

totalCountSearch playground for totalCount

totalCount: number

Defines the total number of tasks

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method