Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PropertyDatabase.filePath

public string filePath;

Description

The file on which this PropertyDatabase is opened.

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