GetAssetsOfType<T>()
Summary
public IEnumerable<T> GetAssetsOfType<T>()
where T : UnityEngine.Object;Type Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in IAssetProvider
Gets a collection of assets of type T from the target.
public IEnumerable<T> GetAssetsOfType<T>()
where T : UnityEngine.Object;T
The type of the asset.
A collection of assets. This collection may be empty.
Last updated
Was this helpful?
Was this helpful?
