Method LoadAllAssets
LoadAllAssets<T>(string, bool)
Declaration
public static IEnumerable<T> LoadAllAssets<T>(string extension = "asset", bool allowSubTypes = true) where T : class
Parameters
Returns
Type | Description |
---|---|
IEnumerable<T> |
Type Parameters
Name | Description |
---|---|
T |