Class Assets
Collection of static methods for working with asset files.
Inheritance
System.Object
Assets
Namespace: InsaneScatterbrain.Editor.Services
Syntax
public static class Assets : object
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. |