Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IndexDocument(string, bool)

Function to override in a concrete SearchIndexer to index the content of a document.
Read time 1 minuteLast updated 10 days ago

Definition

public virtual void IndexDocument(string document, bool checkIfDocumentExists)

Parameters

document

Path of the document to index.

checkIfDocumentExists

Verifies if the document exists.