Last updated 27 days ago
Was this helpful?
Method in
Gets a collection of assets of type T from the target.
T
public IEnumerable<T> GetAssetsOfType<T>() where T : UnityEngine.Object;
The type of the asset.
A collection of assets. This collection may be empty.