eventTypeId
Retrieves the type ID for this event instance.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual long eventTypeId { get; }
Remarks
This property provides an alternative to the operator for checking whether a given event is of the expected type on platforms or build settings where that operator has performance overhead.
is