Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EnumerateAll()

Enumerates all records stored in the PropertyDatabase
Read time 1 minuteLast updated 12 days ago

Definition

IEnumerable<IPropertyDatabaseRecord> EnumerateAll()

Returns

Type

Description

IEnumerable<IPropertyDatabaseRecord>An enumeration of all the records.

Remarks

This function returns a sorted set of all the records store in the property database, volatile or not, sorted by their keys.
Additional Resources: IPropertyDatabaseRecord.