Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TransformAccessArray.RemoveAtSwapBack

Declaration

public void RemoveAtSwapBack(int index);

Parameters

index Index.

Description

Removes an item at index.

Swaps the transform at index with the last transform in the array and makes the array length one item shorter.