unity之UGUI去掉UI事件攔截(穿透)

若是須要當前節點及子節點都不響應UI事件,有兩種方式能夠作,其一就是寫代碼:web using System.Collections; using System.Collections.Generic; using UnityEngine; public class TouchIgnore : MonoBehaviour, ICanvasRaycastFilter { public
相關文章
相關標籤/搜索