Method FindAssetPathsForType
FindAssetPathsForType<T>()
Finds asset paths for assets of the specified type.
Declaration
public static List<string> FindAssetPathsForType<T>() where T : Object
Returns
| Type | Description |
|---|---|
| List<string> | Project-relative asset paths. |
Type Parameters
| Name | Description |
|---|---|
| T | Asset type to search for. |