Method FindAssetsOfType
FindAssetsOfType<T>()
Finds and loads assets of the specified type.
Declaration
public static List<T> FindAssetsOfType<T>() where T : Object
Returns
| Type | Description |
|---|---|
| List<T> | Loaded assets of the requested type. |
Type Parameters
| Name | Description |
|---|---|
| T | Asset type to search for. |