コード例 #1
0
 public void SetQuestion(TestCreateQuestionEntry question)
 {
     m_question = question;
 }
コード例 #2
0
 internal void OnRemoveQuestion(TestCreateQuestionEntry testCreateQuestionEntry)
 {
     m_questions.Remove(testCreateQuestionEntry);
     Destroy(testCreateQuestionEntry.gameObject);
 }