Summary
Removes any
null
items and ensures that it contains
an instance of each type derived from T.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- Animancer
Editor Utilities
Syntax
public static void InstantiateDerivedTypes<T>(ref List<T> list) where T : IComparable<T>
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
list | List |
Return Value
Type | Description |
---|---|
void |