Summary
Clears the `list`, adds it to the list of spares so it can be reused, and sets it to
null.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ListPool
Syntax
public static void Release<T>(ref List<T> list)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| list | List |
Return Value
| Type | Description |
|---|---|
| void |