IMHOTEP Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Pages
Assets
Core
Input
CustomEvents
IPointerHoverHandler.cs
1
using
UnityEngine;
2
using
UnityEngine.EventSystems;
3
using
System.Collections;
4
5
namespace
UI {
6
public
interface
IPointerHoverHandler
: IEventSystemHandler
7
{
8
void
OnPointerHover(PointerEventData eventData);
9
}
10
}
UI.IPointerHoverHandler
Definition:
IPointerHoverHandler.cs:6
Generated by
1.8.6