extractbuttonpressstates - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizUtility
Converts an array of QuizButtons to a bool array representing their pressed states. Null-Buttons are considered not pressed.
public static bool[] ExtractButtonPressStates(QuizButton[] buttons);| Name | Description |
|---|---|
| ExPresSXR.Interaction.ButtonQuiz.QuizButton[] buttons | Quiz Buttons to be converted |
Boolean array