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

NameDescription
TThe type of the asset.

Returns

A collection of assets. This collection may be empty.