Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SkipEntry(string, bool)

Called when the index is built to see if a specified document needs to be indexed. See SearchIndexer.skipEntryHandler.
Read time 1 minuteLast updated 13 days ago

Definition

public virtual bool SkipEntry(string document, bool checkRoots = false)

Parameters

document

Path of a document.

checkRoots

Check Roots.

Returns

Type

Description

boolReturns true if the document doesn't need to be indexed.