FPLBase
An open source project by
FPL.
|
Base class of all assets that may be managed by Assetmanager. More...
#include <asset.h>
Base class of all assets that may be managed by Assetmanager.
Public Member Functions | |
void | IncreaseRefCount () |
indicate there is an additional owner of this asset. By default, when you call any of the UnLoad*() functions in the AssetManager, that will directly delete the asset since they all start out with a single reference count. Call this function to indicate multiple owners will call Unload*() independently, and only have the asset deleted by the last one. | |
Friends | |
class | AssetManager |