using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using XFramework; /// /// 学员端操作完成弹出 /// 用于显示教员发送的评估结果 /// 学员可主动退出 并通知教员 /// public class WaitResultPanel : BasePanel { const string panelName = "Panel_WaitResultPanel"; Transform waitText;//等待中提示文字 Text showLevelText;//显示评价等级 Text showRemark;//显示教员评语 public WaitResultPanel() :base(new UIType("Panel_WaitResultPanel")) { } protected override void InitEvent() { ActivePanel.FindChildTrans("Button_Close").GetComponent