摘要:
using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Net; using System.Threading; using UnityEngine 阅读全文
摘要:
创建UIManager,管理所有UI面板 准备工作: 1. 创建Canvas并设置Tag为Main Canvas 2. 在Canvas下新建五个层级节点,因为UGUI显示层级越往下越靠前 using System; using System.Collections.Generic; using Un 阅读全文