LeanLoading Class
Keep track of the loading progress of the asset, as well as other attributes
Constructor
LeanLoading
()
Properties
cacheName
String
The name the asset is stored as (useful for deleting later)
cacheUsed
Boolean
Whether the cache being used for this asset
Default: false
progress
Float
How much of the asset has loaded (from 0.0f to 1.0f)
Default: 0.0f
www
WWW
The WWW object that is used to load the object (in case you need to access anything specific)