Add<T>(ref T[], T)
Appends item to the end of array.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
Add<T>(`<>[], T)
public static void Add<T>(ref T[] array, T item)
public static void Add<T>(ref T[] array, T item)