Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


filePath

The file on which this PropertyDatabase is opened.
Read time 1 minuteLast updated 6 days ago

Definition

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).