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