BoxBoundsHandle
A compound handle to edit a box-shaped bounding volume in the Scene view.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
- Inherits from: PrimitiveBoundsHandle
public class BoxBoundsHandle : PrimitiveBoundsHandle
Remarks

2D and 3D BoxBoundsHandle in the Scene View.
Additional Resources: PrimitiveBoundsHandle.
Constructors
Constructor | Description |
|---|---|
| BoxBoundsHandle() | Create a new instance of the BoxBoundsHandle class. |
Properties
Property | Description |
|---|---|
| size | Returns or specifies the size of the bounding box. |
Methods
Method | Description |
|---|---|
| DrawWireframe | Draw a wireframe box for this instance. |