IPropertyDatabaseRecordValue
Interface of a record value.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public interface IPropertyDatabaseRecordValue
Remarks
A record value contains the property value that is stored in the record. If the data is serializable (see PropertyDatabase.IsPersistedType), the record value contains the serialized data, otherwise it contains the C# object. To get the actual data from the record value, you need to use PropertyDatabase.GetObjectFromRecordValue or IPropertyDatabaseView.GetObjectFromRecordValue.
Additional Resources: IPropertyDatabaseRecord
Properties
Property | Description |
|---|---|
| type | The type of record value. |