issetupvalid - eisclimber/ExPresS-XR GitHub Wiki
Method in SetupValidator
Determines if the ButtonQuizConfig and ButtonQuiz are valid. Validation errors or warnings are printed to the console.
public static bool IsSetupValid(ButtonQuizConfig config, ButtonQuiz quiz, bool ignoreQuizReferences = false)| Name | Description |
|---|---|
| ExPresSXR.Interaction.ButtonQuiz.ButtonQuizConfig config | Button Quiz Config to be evaluated. |
| ExPresSXR.Interaction.ButtonQuiz.ButtonQuiz quiz | Button Quiz to be evaluated. |
bool ignoreQuizReferences |
If the quiz' references should be checked for validity. |
Whether or not the configuration is valid.