firstindextrue - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizUtility
Extracts the first index where an entry is true. Returns -1 if none is true.
public static int FirstIndexTrue(bool[] pressedStates);| Name | Description |
|---|---|
bool[] pressedStates |
Array of booleans |
Index of first true