issetupvalid - eisclimber/ExPresS-XR GitHub Wiki

SetupValidator.IsSetupValid(ButtonQuizConfig,ButtonQuiz,bool)

Method in SetupValidator

Summary

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)

Parameters

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.

Returns

Whether or not the configuration is valid.

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