EnumerateAll()
Enumerates all records stored in the PropertyDatabase
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
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.