Remove<T>(ref T[], T)
Removes item from array.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
Remove<T>(`<>[], T)
public static void Remove<T>(ref T[] array, T item)
public static void Remove<T>(ref T[] array, T item)