Enumerates assets in the project that match the given search criteria using HierarchyIteratorType API. Obtained with AssetDatabaseUtils.IterateAssets.
More...
Inherits IEnumerator< HierarchyIteratorType >.
|
| HierarchyIteratorType | Current => _hierarchyProperty |
| | Returns the internernal HierarchyIteratorType. Most of the time this will be the same instance as returned the last time, so do not cache the result - check its properties intestead. More...
|
| |
Enumerates assets in the project that match the given search criteria using HierarchyIteratorType API. Obtained with AssetDatabaseUtils.IterateAssets.
◆ AssetEnumerator()
| Quantum.Editor.AssetDatabaseUtils.AssetEnumerator.AssetEnumerator |
( |
string |
root, |
|
|
string |
label, |
|
|
Type |
type |
|
) |
| |
|
inline |
◆ MoveNext()
| bool Quantum.Editor.AssetDatabaseUtils.AssetEnumerator.MoveNext |
( |
| ) |
|
|
inline |
Updates internal HierarchyIteratorType.
- Returns
◆ Reset()
| void Quantum.Editor.AssetDatabaseUtils.AssetEnumerator.Reset |
( |
| ) |
|
|
inline |
Throws System.NotImplementedException.
- Exceptions
-
◆ Current
| HierarchyIteratorType Quantum.Editor.AssetDatabaseUtils.AssetEnumerator.Current => _hierarchyProperty |
Returns the internernal HierarchyIteratorType. Most of the time this will be the same instance as returned the last time, so do not cache the result - check its properties intestead.