Interface IAssetCatalogComparer
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Defines a comparer interface for comparing asset catalogs. The implementation should provide logic to determine if the remote catalog has a higher version than the local catalog.
public interface IAssetCatalogComparerMethods
IsRemoteHigh(AssetCatalog, AssetCatalog)
Compares the versions of the local and remote asset catalogs.
bool IsRemoteHigh(AssetCatalog local, AssetCatalog remote)Parameters
- localAssetCatalog
- The local asset catalog. 
- remoteAssetCatalog
- The remote asset catalog. 
Returns
- bool
- Returns - trueif the remote catalog has a higher version than the local catalog, otherwise- false.