MouseOverEvent
Event sent when the mouse pointer enters an element. The event trickles down and bubbles up.
Read time 2 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: MouseEventBase<MouseOverEvent>
- Implements: IDisposable, IMouseEvent
public class MouseOverEvent : MouseEventBase<MouseOverEvent>, IDisposable, IMouseEvent