Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BoxBoundsHandle

A compound handle to edit a box-shaped bounding volume in the Scene view.
Read time 1 minuteLast updated 9 days ago

Definition

public class BoxBoundsHandle : PrimitiveBoundsHandle

Remarks

BoxBoundsHandle (BoxBoundsHandle)
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

sizeReturns or specifies the size of the bounding box.

Methods

Method

Description

DrawWireframeDraw a wireframe box for this instance.

Inheritance