This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerEditorUtilities.

RemoveMissingAndDuplicates(List<GameObject>) Method

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
AnimancerEditorUtilities

Syntax

public static bool RemoveMissingAndDuplicates(ref List<GameObject> list)

Parameters

Name Type Description
list List<GameObject>

Return Value

Type Description
bool