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