Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
UIEventUtil Class Reference
Inheritance diagram for UIEventUtil:

Public Member Functions

void OnPointerEnter (PointerEventData data)
 
void OnPointerExit (PointerEventData data)
 

Public Attributes

bool isPointerOver
 

Detailed Description

Definition at line 4 of file UIEventUtil.cs.

Member Function Documentation

◆ OnPointerEnter()

void UIEventUtil.OnPointerEnter ( PointerEventData  data)
inline

Definition at line 8 of file UIEventUtil.cs.

9 {
10 isPointerOver = true;
11 }
bool isPointerOver
Definition: UIEventUtil.cs:6

References isPointerOver.

◆ OnPointerExit()

void UIEventUtil.OnPointerExit ( PointerEventData  data)
inline

Definition at line 13 of file UIEventUtil.cs.

14 {
15 isPointerOver = false;
16 }

References isPointerOver.

Member Data Documentation

◆ isPointerOver

bool UIEventUtil.isPointerOver

Definition at line 6 of file UIEventUtil.cs.

Referenced by OnPointerEnter(), and OnPointerExit().


The documentation for this class was generated from the following file: