TMXMapAsset::TMXLayerLoadState
Class
Inherits
RBAsset
Description
Current loading state of a TMX layer. If the layer is being loaded asynchronously then this state can be used to check the loading progress. Once the layer is loaded it can be accessed via the TMXLayerLoadState.map member.
Variables
|
map
|
TMX Map asset that this layer belongs to
|
|
progress
(inherited)
|
Asynchronous loading progress, ranges from 0.0 to 1.0.
|
Properties
|
error
(inherited)
|
Loading error of the audio asset
|
|
status
(inherited)
|
Loading status of the an asset
|
Methods
|
Unload
(inherited)
|
Unload previously loaded asset
|
|