Class PointerEnterEvent
This event is sent when a pointer enters a VisualElement or one of its descendants.
Inheritance
PointerEnterEvent
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public sealed class PointerEnterEvent : PointerEventBase<PointerEnterEvent>, IPointerEvent, IPointerEventInternal
Constructors
PointerEnterEvent()
Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.
Declaration
public PointerEnterEvent()
Methods
Init()
Resets the event members to their initial values.
Declaration
protected override void Init()
Overrides
UnityEngine.UIElements.PointerEventBase<UnityEngine.UIElements.PointerEnterEvent>.Init()