Class RectangleSelector
  
  
  
  
    Inheritance
    
    
    
    RectangleSelector
   
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public class RectangleSelector : MouseManipulator, IManipulator
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RectangleSelector()
  
  
  Declaration
  
    public RectangleSelector()
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ComputeAxisAlignedBound(Rect, Matrix4x4)
  
  
  Declaration
  
    public Rect ComputeAxisAlignedBound(Rect position, Matrix4x4 transform)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RegisterCallbacksOnTarget()
  
  
  Declaration
  
    protected override void RegisterCallbacksOnTarget()
   
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UnregisterCallbacksFromTarget()
  
  
  Declaration
  
    protected override void UnregisterCallbacksFromTarget()
   
  Overrides
  
  Implements
  
  Extension Methods