Interface IEventHandler
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public interface IEventHandler
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HandleEvent(EventBase)
  
  
  Declaration
  
    void HandleEvent(EventBase evt)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasBubbleHandlers()
  
  
  Declaration
  
    [Obsolete("Use HasBubbleUpHandlers instead of HasBubbleHandlers.")]
bool HasBubbleHandlers()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasBubbleUpHandlers()
  
  
  Declaration
  
    bool HasBubbleUpHandlers()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasCaptureHandlers()
  
  
  Declaration
  
    [Obsolete("Use HasTrickleDownHandlers instead of HasCaptureHandlers.")]
bool HasCaptureHandlers()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HasTrickleDownHandlers()
  
  
  Declaration
  
    bool HasTrickleDownHandlers()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SendEvent(EventBase)
  
  
  Declaration
  
    void SendEvent(EventBase e)
   
  Parameters
  
  Extension Methods