Unity3D学习笔记————GUI(1)

using System.Collections; using System.Collections.Generic; using UnityEngine; public class GUItest2 : MonoBehaviour { float value; private bool showWindow; private Rect windowRect; private Rec
相关文章
相关标签/搜索