using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class DuoXuan : BaseView { // Start is called before the first frame update public int[] 选项; public List 临时选项; public Toggle[] toggles1; public GameObject 未回答, 提交完毕; public GameObject next, myscene, nextscene; public Button btn_提交, btn_未回答提交, btn_已作答提交; void Start() { toggles1 = GetComponentsInChildren(); 未回答 = GetChild(transform, "NoAnswerTip"); 提交完毕 = GetChild(transform, "OverTip"); GameObject CtrlWnd = GetChild(transform, "CtrlWnd"); btn_提交 = GetChild