PointerDownLinkTagEvent
This event is sent when a pointer is pressed on a Link tag.
Read time 3 minutesLast updated 7 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements.Experimental
- Assembly: UnityEngine.UIElementsModule
- Inherits from: PointerEventBase<PointerDownLinkTagEvent>
- Implements: IDisposable, IPointerEvent
public sealed class PointerDownLinkTagEvent : PointerEventBase<PointerDownLinkTagEvent>, IDisposable, IPointerEvent
Constructors
Constructor | Description |
|---|---|
| PointerDownLinkTagEvent() | Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances. |
Properties
Methods
Method | Description |
|---|---|
| Init | Resets the event members to their initial values. |
Static Methods
Method | Description |
|---|---|
| GetPooled | Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained using this method need to be released back to the pool. You can use |