Method FindAssetGuidsForType
FindAssetGuidsForType<T>()
Finds asset GUIDs for assets of the specified type.
Declaration
public static string[] FindAssetGuidsForType<T>() where T : Object
Returns
| Type | Description |
|---|---|
| string[] | Array of GUID strings. |
Type Parameters
| Name | Description |
|---|---|
| T | Asset type to search for. |