This version of Unity is unsupported.

PropertyDatabase.GetValueFromRecord

Declaration

public TValue GetValueFromRecord(Search.IPropertyDatabaseRecordValue recordValue);

Parameters

recordValue A serialized record value.

Returns

TValue The deserialized value.

Description

Deserialize a record value into its proper type.