indices property

List<int> indices

The shuffled list of indices of AudioSources to play. For example, 2,0,1 specifies to play the 3rd, then the 1st, then the 2nd item.

Implementation

List<int> get indices;