Table of Contents

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 IAssetCatalogComparer

Methods

IsRemoteHigh(AssetCatalog, AssetCatalog)

Compares the versions of the local and remote asset catalogs.

bool IsRemoteHigh(AssetCatalog local, AssetCatalog remote)

Parameters

local AssetCatalog

The local asset catalog.

remote AssetCatalog

The remote asset catalog.

Returns

bool

Returns true if the remote catalog has a higher version than the local catalog, otherwise false.