Unity3D利用單例模式添加委託,實現物體的點擊事件

主要實現腳本ClickListeneride using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class ClickListener : MonoBehaviour, IPointerClickHandler
相關文章
相關標籤/搜索