Class ScriptableObjectExtensions
Namespace: IVLab.ABREngine.ExtensionMethods
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class ScriptableObjectExtensions
Methods
| Improve this Doc View SourceGetAllInstances<T>()
Get all instances of scriptable objects with given type.
Declaration
public static List<T> GetAllInstances<T>() where T : ScriptableObject
Returns
Type | Description |
---|---|
List<T> |
Type Parameters
Name | Description |
---|---|
T |