Version: 2023.2
public static Search.AssetIndexChangeSet GetDiff (long timestamp, IEnumerable<string> deletedAssets, Func<string,bool> predicate);

参数

timestamp Timestamp to be compared.
deletedAssets Any untracked deleted assets.
predicate Predicate used to filter the asset changeset.

返回

AssetIndexChangeSet Changeset.

描述

Returns the assets that changed since a point in time.