MouseEnterWindowEvent
Event sent when the mouse pointer enters a window. The event bubbles up but does not trickle down.
Read time 2 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: MouseEventBase<MouseEnterWindowEvent>
- Implements: IDisposable, IMouseEvent
public class MouseEnterWindowEvent : MouseEventBase<MouseEnterWindowEvent>, IDisposable, IMouseEvent
Constructors
Constructor | Description |
|---|---|
| MouseEnterWindowEvent() | Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances. |
Methods
Method | Description |
|---|---|
| Init | Resets the event members to their initial values. |