Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetValueFromRecord<TValue>(IPropertyDatabaseRecordValue)

Deserialize a record value into its proper type.
Read time 1 minuteLast updated 8 days ago

Definition

GetValueFromRecord<T>(IPropertyDatabaseRecordValue)

TValue GetValueFromRecord<TValue>(IPropertyDatabaseRecordValue recordValue)

Parameters

A serialized record value.

Returns

Type

Description

TThe deserialized value.

Remarks

Additional Resources: IPropertyDatabaseView.TryLoad.