What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

LoadingTierDefinition()

Object with information about a loading tier. Loading tiers are a means to organize AssetComponents into separately downloadable groups. [NON-INSTANTIABLE]

new LoadingTierDefinition()

MEMBERS

readonly assetDataFileSizeLimitKB :number

A limit on the size of the published asset data files within this loading tier. This setting can be used to break up the loading of asset data in order to help minimize performance hits caused when asset data is 'lazy-loaded' during the end-user experience; It should be noted that this is a soft-limit; individual assetComponents whose data is larger than this limit will result in oversized asset data files.

readonly incrementalContentProcessing :boolean

Bool determining if the processing of the data in this loading tier is processed incrementally. This setting can be used to minimize performance hits caused when asset data is 'lazy-loaded' during the end-user experience; When true, the processing of assets within a tier is spread out over multiple screen updates.

readonly isAutoLoaded :boolean

Bool determining if this loading tier is automatically loaded on startup.

readonly isLoaded :boolean

Bool indicating if all of the assets in this loading tier have been loaded.

readonly isLoading :boolean

Bool indicating if this LoadingTier is in the process of loading or is queued to load.

readonly loadingTier :number

The loading tier number.

readonly spriteSheetDimensionLimit :number

A limit on the dimensions of sprite sheets within this loading tier. It should be noted that this is a soft-limit; individual GraphicAssets whose dimensions are larger than this limit will result in oversized sprite sheets files.

readonly type :string

Type identifier.