GetValueFromRecord<TValue>(IPropertyDatabaseRecordValue)
Deserialize a record value into its proper type.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
GetValueFromRecord<T>(IPropertyDatabaseRecordValue)
TValue GetValueFromRecord<TValue>(IPropertyDatabaseRecordValue recordValue)
Parameters
A serialized record value.
Returns
Type | Description |
|---|---|
| T | The deserialized value. |
Remarks
Additional Resources: IPropertyDatabaseView.TryLoad.