Unity UGUI 判断鼠标是否点击到UI上

private bool IsTouchedUI() { bool touchedUI = false; //TODO 移动端 if (Application.isMobilePlatform) { if (Input.touchCount > 0 && EventSystem.current.Is
相关文章
相关标签/搜索