Version: 2023.1
언어: 한국어

AssetIndexChangeSetConstructor

매뉴얼로 전환
public AssetIndexChangeSet (string[] updated, string[] removed);
public AssetIndexChangeSet (IEnumerable<string> updated, IEnumerable<string> removed, IEnumerable<string> moved, Func<string,bool> predicate);
public AssetIndexChangeSet (IEnumerable<string> updated, IEnumerable<string> removed, Func<string,bool> predicate);

파라미터

updated Assets that were updated.
removed Assets that were deleted.
moved Existing assets that were moved.
predicate Predicate used to exclude any updated, removed or moved assets from the change set.

설명

Create a search asset index changeset.