selectedbuttonmaxtriggertime - eisclimber/ExPresS-XR GitHub Wiki

QuizUtility.SelectedButtonMaxTriggerTime(QuizButton[])

Method in QuizUtility

Summary

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);

Parameters

Name Description
ExPresSXR.Interaction.ButtonQuiz.QuizButton[] buttons Buttons for which the trigger time should be extracted.

Returns

Longest Trigger time of the pressed buttons

⚠️ **GitHub.com Fallback** ⚠️