39 const TAssetType& asset,
40 bool threadOwnsDepotLock) = 0;
An interface representing the depot that owns a SharedAsset. This interface is an implementation deta...
virtual void unmarkDeletionCandidate(const TAssetType &asset, bool threadOwnsDepotLock)=0
Unmarks the given asset as a candidate for deletion. Should only be called by SharedAsset....
virtual void markDeletionCandidate(const TAssetType &asset, bool threadOwnsDepotLock)=0
Marks the given asset as a candidate for deletion. Should only be called by SharedAsset....
Utility classes for Cesium.