Posts 유니티 - 마우스 커서가 UI 위에 있는지 검사하는 간단한 코드
Post
Cancel

유니티 - 마우스 커서가 UI 위에 있는지 검사하는 간단한 코드

1
2
private static bool IsPointerOverUI()
    => UnityEngine.EventSystems.EventSystem.current.IsPointerOverGameObject();
This post is licensed under CC BY 4.0 by the author.