【UIFrame】Unity UI框架定义设置:Defines
【UIFrame】Unity UI框架UI基类:UIBase 【UIFrame】Unity UI框架UI管理:UIManager 【UIFrame】Unity UI框架MVC模式:Model View Controller 【UIFrame】Unity UI框架遮罩管理:UIMaskManager 【UIFrame】Unity UI框架封装接口:UIControl 【UIFrame】Unity UI框架定义设置:Defines 【UIFrame】Unity UI框架案例项目:CaraSynthesis
UI基类
概述Defines代码实现
概述
Defines
代码实现
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
#if UNITY_EDITOR
usi
共有 0 条评论