| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Search.IPropertyDatabaseRecordValue.html | [Back] [Original] |
Interface of a record value.
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
| Property | Description |
|---|---|
| type | The type of record value. |
| Web Proxy Viewer | New URL | Original Page |