RemoveAtSwapBack(int)
Removes an item at index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Jobs
- Assembly: UnityEngine.CoreModule
public void RemoveAtSwapBack(int index)
Parameters
Index.
Remarks
Swaps the transform at index with the last transform in the array and makes the array length one item shorter.