Class Assets
Collection of static methods for working with asset files.
Inherited Members
Namespace: InsaneScatterbrain.Editor.Services
Syntax
public static class Assets
Methods
Find<T>()
Finds all assets of the given type.
Declaration
public static IList<T> Find<T>() where T : Object
Returns
Type | Description |
---|---|
IList<T> | All assets of the given type. |
Type Parameters
Name | Description |
---|---|
T | The asset type to look for. |