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

PropertyDatabaseType.String

Description

Indicates that a string is stored in the record.

When a string is small enough, it can be stored directly into the PropertyDatabase. If not, it is stored in a separate string table, and we store the symbol that references the string in the string table.