A virtual interface class for observers of assets. AssetObservers are able to be notified when an asset deletes and readds its attribute list.
More...
#include <DDD_AssetBase.h>
A virtual interface class for observers of assets. AssetObservers are able to be notified when an asset deletes and readds its attribute list.
A callback method that will be called when the asset being observed added its attributes if this observer has registered to be notified on asset change
- Parameters
-
attribute | A pointer to the asset that changed |
virtual void OnAssetAttributeListDeleted |
( |
DDD_AssetBase * |
asset | ) |
|
|
pure virtual |
A callback method that will be called when the asset being observed deletes its attributes if this observer has registered to be notified on asset change
- Parameters
-
attribute | A pointer to the asset that changed |
The documentation for this class was generated from the following file: