- Developed by Dented Pixel
API Docs for: LeanLoader 0.2
Show:

LeanLoading Class

Defined in: LeanLoader.cs:673

Keep track of the loading progress of the asset, as well as other attributes

Constructor

LeanLoading

()

Defined in LeanLoader.cs:673

Item Index

Properties

cacheName

String

Defined in LeanLoader.cs:681

The name the asset is stored as (useful for deleting later)

cacheUsed

Boolean

Defined in LeanLoader.cs:688

Whether the cache being used for this asset

Default: false

progress

Float

Defined in LeanLoader.cs:709

How much of the asset has loaded (from 0.0f to 1.0f)

Default: 0.0f

www

WWW

Defined in LeanLoader.cs:696

The WWW object that is used to load the object (in case you need to access anything specific)