Summary
Removes any items from the `list` that are
null
and items that appear multiple times.
Returns true if the `list` was modified.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- Animancer
Editor Utilities
Syntax
public static bool RemoveMissingAndDuplicates(ref List<GameObject> list)
Parameters
Name | Type | Description |
---|---|---|
list | List |
Return Value
Type | Description |
---|---|
bool |