using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class WorkDanClick : MonoBehaviour { private void OnMouseDown() { GameObject.Find("APP/UICanvas/工作单UI").SetActive(true); } }