emmm直接看代码
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ShowWindow : MonoBehaviour {
public string stage;
public string tag;
GameObject gameobject;
public bool WindowSwitch = false;
private Rect WindowRect = new Rect(20, 20, 240, 80);