API Docs for:
Show:

AssetHandle Class

This class is used as a wrapper for all the assets loaded by and retrieved from the asset manager. The constructor is meant for internal use only use, but it's available in case type checking needs to be performed.

Constructor

AssetHandle

()

Item Index

Methods

Methods

getAsset

()

Returns:

Returns the asset object. The object type depends on the type of asset.

getPath

() String

Returns:

String: The asset's path. It's used to fetch the asset and to reference it within the asset manager.