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.