Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


value

The value of the record.
Read time 1 minuteLast updated 10 days ago

Definition

IPropertyDatabaseRecordValue value { get; }

Remarks

If the data is serializable (see PropertyDatabase.IsPersistedType), the record value contains the serialized data and the record can be stored on disk, otherwise it contains the C# object and the record is kept in memory.
Additional Resources: IPropertyDatabaseRecordValue