Unity UGUI 判斷鼠標是否點擊到UI上

private bool IsTouchedUI() { bool touchedUI = false; //TODO 移動端 if (Application.isMobilePlatform) { if (Input.touchCount > 0 && EventSystem.current.Is
相關文章
相關標籤/搜索