extractbuttonpressstates - eisclimber/ExPresS-XR GitHub Wiki

QuizUtility.ExtractButtonPressStates(QuizButton[])

Method in QuizUtility

Summary

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

Parameters

Name Description
ExPresSXR.Interaction.ButtonQuiz.QuizButton[] buttons Quiz Buttons to be converted

Returns

Boolean array

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