Version: 2021.2
언어: 한국어
public static void CreateIndex (ref string name, ref Search.IndexingOptions options, IEnumerable<string> roots, IEnumerable<string> includes, IEnumerable<string> excludes, Action<string,string,Action> onIndexReady);

파라미터

name Unique name of the search index.
options Indexing option set.
roots Search index roots, for example "Assets" to index all Assets under Assets.
includes Exclusive list of assets to be indexed. If this list is empty, everything will be indexed.
excludes Patterns to exclude assets to be indexed under roots.
onIndexReady Callback that gets invoked when the index is created and ready to be used.

설명

Create a new search index.