Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public readonly struct AssetIndexChangeSet

Remarks

See SearchMonitor for how this structure is used.

Fields

Value

Description

removedEnumerate all asset that were removed.
updatedEnumerates all assets that were updated.

Constructors

Properties

Property

Description

allEnumerate all changes.
emptyIndicates if the changeset is empty.