Method ReorderRandomizer
ReorderRandomizer(int, int)
Moves a randomizer from one index to another
Declaration
public void ReorderRandomizer(int currentIndex, int nextIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | currentIndex | The index of the randomizer to move |
| int | nextIndex | The index to move the randomizer to |