class MAGES::SceneGraph::Editor::QuestionActionWizardData¶
Overview¶
Data for the question action wizard. More…
class QuestionActionWizardData { public: // properties GameObject Position; string Question; List<QuestionActionAnswer> Answers; };
Detailed Documentation¶
Data for the question action wizard.
Properties¶
GameObject Position
Gets or sets the position.
string Question
Gets or sets the question.
List<QuestionActionAnswer> Answers
Gets or sets the answers.