Summary
Removes any items from the `dictionary` that use destroyed objects as their key.
		- Assembly
- Animancer.dll 
- Namespace
- Animancer.Editor 
- Containing Type
- AnimancerEditor Utilities 
Syntax
public static void RemoveDestroyedObjects<TKey, TValue>(Dictionary<TKey, TValue> dictionary) 
    where TKey : ObjectType Parameters
| Name | Description | 
|---|---|
| TKey | |
| TValue | 
Parameters
| Name | Type | Description | 
|---|---|---|
| dictionary | Dictionary | 
Return Value
| Type | Description | 
|---|---|
| void |