Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


selectedIndicesChanged

Callback triggered when the selection changes.
Read time 1 minuteLast updated 4 days ago

Definition

public event Action<IEnumerable<int>> selectedIndicesChanged

Remarks

This callback receives an enumerable that contains the item index or item indices selected.