AnimancerEditorUtilities.

RemoveDestroyedObjects<TKey, TValue>(Dictionary<TKey, TValue>) Method

Summary

Removes any items from the `dictionary` that use destroyed objects as their key.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerEditorUtilities

Syntax

public static void RemoveDestroyedObjects<TKey, TValue>(Dictionary<TKey, TValue> dictionary) 
    where TKey : Object

Type Parameters

Name Description
TKey
TValue

Parameters

Name Type Description
dictionary Dictionary<TKey, TValue>

Return Value

Type Description
void