Class TooltipEvent
  
  
  
  
  
  
  
  Assembly: UnityEngine.dll
  
  
    public class TooltipEvent : EventBase<TooltipEvent>, IDisposable, IPropagatableEvent
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public Rect rect { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string tooltip { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    protected override void Init()
   
  Overrides
  UnityEngine.Experimental.UIElements.EventBase<UnityEngine.Experimental.UIElements.TooltipEvent>.Init()
  Implements
  
  Extension Methods