Class AssetManager

Declaration :

Facade for the Asset subsystem

Artifact : assetmanager

Operation register

Declaration :

registers an asset object in the internal DB, providing its unique key

Operation getAsset

Declaration :

find and return corresponging object

Operation known

Declaration :

@return true if the given id is registered in the internal asset DB

Operation remove

Declaration :

remove the given asset <i>together with all its dependants</i> from the internal DB

All public operations : getAsset , known , register , remove