Luna::Asset::AssetState
enum AssetState
{
unregistered= 0
unloaded= 1
loading= 2
loaded= 3
}
Identifies the asset state.
Options
-
The asset handle is not registered. This asset should be registered first by calling register_asset or new_asset.
-
The asset data is not loaded.
-
The asset data is loading.
-
The asset data is loaded.