Class MouseCaptureEventBase<T>
  
  
  
  
    Inheritance
    
    
    
    MouseCaptureEventBase<T>
      
      
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public abstract class MouseCaptureEventBase<T> : EventBase<T>, IDisposable, IMouseCaptureEvent, IPropagatableEvent where T : MouseCaptureEventBase<T>, new()
   
  Type Parameters
  
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MouseCaptureEventBase()
  
  
  Declaration
  
    protected MouseCaptureEventBase()
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public IEventHandler relatedTarget { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetPooled(IEventHandler, IEventHandler)
  
  
  Declaration
  
    public static T GetPooled(IEventHandler target, IEventHandler relatedTarget)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Init()
  
  
  Declaration
  
    protected override void Init()
   
  Overrides
  UnityEngine.Experimental.UIElements.EventBase<T>.Init()
  Implements
  
  
  Extension Methods