Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


eventTypeId

Retrieves the type ID for this event instance.
Read time 1 minuteLast updated 4 days ago

Definition

public virtual long eventTypeId { get; }

Remarks

This property provides an alternative to the
is
operator for checking whether a given event is of the expected type on platforms or build settings where that operator has performance overhead.