LoadingManager
Class for managing and tracking loaded and pending data.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
- Known subtypes
-
object DefaultLoadingManager
Members list
Value members
Concrete methods
Get current load progress (0 to 100).
Get current load progress (0 to 100).
Attributes
Returns the number of items currently being loaded.
Returns the number of items currently being loaded.
Attributes
Returns the number of items already loaded.
Returns the number of items already loaded.
Attributes
Check if item has completed loading.
Check if item has completed loading.
Attributes
Mark an item as having failed to load.
Mark an item as having failed to load.
Attributes
Mark item as being currently loaded.
Mark item as being currently loaded.
Attributes
Given a URL, returns the resolved URL (after any redirects).
Given a URL, returns the resolved URL (after any redirects).
Attributes
Base path for all file loading.
Base path for all file loading.
Attributes
Set a custom resource URL modifier.
Set a custom resource URL modifier.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object