AssetIndexChangeSet
Defines a set of changes that happens in order to update a search asset index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public readonly struct AssetIndexChangeSet
Remarks
See SearchMonitor for how this structure is used.
Fields
Value | Description |
|---|---|
| removed | Enumerate all asset that were removed. |
| updated | Enumerates all assets that were updated. |
Constructors
Constructor | Description |
|---|---|
| AssetIndexChangeSet(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Func{System.String,System.Boolean}) | Create a search asset index changeset. |
| AssetIndexChangeSet(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.Func{System.String,System.Boolean}) | Create a search asset index changeset. |
| AssetIndexChangeSet(System.String[],System.String[]) | Create a search asset index changeset. |