Class SphereBoundsHandle
  
  
  
  
    Inheritance
    
    
    SphereBoundsHandle
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public class SphereBoundsHandle : PrimitiveBoundsHandle
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SphereBoundsHandle()
  
  
  Declaration
  
    public SphereBoundsHandle()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SphereBoundsHandle(Int32)
  
  
  Declaration
  
    [Obsolete("Use parameterless constructor instead.")]
public SphereBoundsHandle(int controlIDHint)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | controlIDHint |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  radius
  
  
  Declaration
  
    public float radius { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DrawWireframe()
  
  
  Declaration
  
    protected override void DrawWireframe()
   
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)
  
  
  Declaration
  
    protected override Bounds OnHandleChanged(PrimitiveBoundsHandle.HandleDirection handle, Bounds boundsOnClick, Bounds newBounds)
   
  Parameters
  
  Returns
  
  Overrides
  
  Extension Methods