Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SwapColumns(int, int)

Invoked when two columns are being swapped.
Read time 1 minuteLast updated 13 days ago

Definition

void SwapColumns(int columnIndex, int swappedColumnIndex)

Parameters

columnIndex

Index of the column being swapped or dragged.

swappedColumnIndex

Index of the column being swapped with the dragged column.