filePath
The file on which this PropertyDatabase is opened.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public string filePath { get; }
Remarks
Multiple PropertyDatabases can be opened on different files, but only a single PropertyDatabase can be opened on a single file. You can do concurrent operations on a single instance of a PropertyDatabase, but for performance reasons you should use a view (see PropertyDatabase.GetView and IPropertyDatabaseView).