Skip to content

AssetObject

extends EngineObject

The AssetObject class is used to store information about asset objects and serves as the base class for all asset objects.

Instance Properties

AssetObject.assetType : AssetType
(Read Only) The type of the resource.
AssetObject.name : string
The name of the resource.

Instance Method

AssetObject.toString ( ) : string
Returns the type of the asset object.