摘要:
EasyTouch using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class EnenyTouchMove : 阅读全文
摘要:
一、创建脚本PoolManager using System.Collections; using System.Collections.Generic; using UnityEngine; public class PoolManager : MonoBehaviour { public sta 阅读全文
摘要:
1.创建一个RawImage,命名为BlackToClear 2.添加脚本 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace E 阅读全文