value
The value of the record.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
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