|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using UnityEngine.EventSystems;
|
|
|
|
public class EventUtilities
|
|
{
|
|
/// <summary>
|
|
/// UIǰÖÃ
|
|
/// </summary>
|
|
public static bool IsOverUI => EventSystem.current.IsPointerOverGameObject();
|
|
}
|