GetDiff(long, IEnumerable<string>, Func<string, bool>)
Returns the assets that changed since a point in time.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static AssetIndexChangeSet GetDiff(long timestamp, IEnumerable<string> deletedAssets, Func<string, bool> predicate)
Parameters
Timestamp to be compared.
Any untracked deleted assets.
Predicate used to filter the asset changeset.
Returns
Type | Description |
|---|---|
| AssetIndexChangeSet | Changeset. |