selectedbuttonmaxtriggertime - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizUtility
Returns the maximum trigger time of pressed QuizButtons. If none is pressed or the array is empty returns -1.0f.
public static float SelectedButtonMaxTriggerTime(QuizButton[] buttons);| Name | Description |
|---|---|
| ExPresSXR.Interaction.ButtonQuiz.QuizButton[] buttons | Buttons for which the trigger time should be extracted. |
Longest Trigger time of the pressed buttons