using System; using UnityEngine.UI; using ZXKFramework; namespace DongWuYiXue.QiGuanChaGuan { public class ImgSelectQuestionPanelTwo : UIBase { public override string GroupName => "ImgSelectQuestionPanelTwo"; public override string Name => "ImgSelectQuestionPanelTwo"; public Action nextAction; public Action subAction; ImgSelectManager[] imgSelectManagers; Button nextBtn; Button subBtn; Button resetBtn; int id; string stepName; Toggle maoZi; Toggle kouZhao; Toggle shouShuYi; Toggle shouTao; /// /// 正确答案 /// string rightAnswer; public override void Init(IUIManager uictrl) { base.Init(uictrl); imgSelectManagers = GetComponentsInChildren(true); nextBtn = transform.FindFirst