Options
All
  • Public
  • Public/Protected
  • All
Menu

This stores all asynchronous tasks waiting to be completed, for a given scene.

see

RuntimeScene.getAsyncTasksManager.

Hierarchy

  • AsyncTasksManager

Index

Methods

Constructors

Properties

tasksWithCallback: { asyncTask: AsyncTask; callback: any }[] = ...

Maps a task to the callback to be executed once it is finished.

Generated using TypeDoc