Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.Editor.AssetDatabaseUtils.AssetEnumerable Struct Reference

Enumerable of assets in the project that match the given search criteria. More...

Inherits IEnumerable< HierarchyProperty >.

Public Member Functions

 AssetEnumerable (string root, string label, Type type)
 Not intended to be called directly. Use AssetDatabaseUtils.IterateAssets instead. More...
 
AssetEnumerator GetEnumerator ()
 Not intended to be called directly. Use AssetDatabaseUtils.IterateAssets instead. More...
 

Detailed Description

Enumerable of assets in the project that match the given search criteria.

See also
AssetEnumerator

Constructor & Destructor Documentation

◆ AssetEnumerable()

Quantum.Editor.AssetDatabaseUtils.AssetEnumerable.AssetEnumerable ( string  root,
string  label,
Type  type 
)
inline

Not intended to be called directly. Use AssetDatabaseUtils.IterateAssets instead.

Member Function Documentation

◆ GetEnumerator()

AssetEnumerator Quantum.Editor.AssetDatabaseUtils.AssetEnumerable.GetEnumerator ( )

Not intended to be called directly. Use AssetDatabaseUtils.IterateAssets instead.