摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// UI管理器 - 负责管理多个UI面板的显示和切换 /// 使用 阅读全文
posted @ 2025-07-29 14:55 Ww7i 阅读(6) 评论(0) 推荐(0)
摘要: using System; using System.Runtime.InteropServices; using UnityEngine; public class MyWindow : MonoBehaviour { //使用查找任务栏 [DllImport("user32.dll")] sta 阅读全文
posted @ 2024-02-19 13:33 Ww7i 阅读(30) 评论(0) 推荐(0)
摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Windows; /** * * Unity指定区域截图 * Create by Camming 2020 阅读全文
posted @ 2023-12-14 17:00 Ww7i 阅读(103) 评论(0) 推荐(0)
摘要: 方案一·: 1.识别 using System.Collections;using System.Collections.Generic;using UnityEngine;using ZXing;using UnityEngine.UI; /// <summary>/// 二维码扫描识别功能/// 阅读全文
posted @ 2023-12-14 16:59 Ww7i 阅读(342) 评论(0) 推荐(0)