Class Assets
Collection of static methods for working with asset files.
Inheritance
object
Assets
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |
---|---|
System.Collections.Generic.IList<T><T> | All assets of the given type. |
Type Parameters
Name | Description |
---|---|
T | The asset type to look for. |