SetSize(Vector3)
Sets the current size of the bounding volume for this instance.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor
protected void SetSize(Vector3 size)
Parameters
Remarks
A negative value along any axis of the specified Vector3 will automatically be converted into a positive value. Disabled axes will automatically be converted to .
0Additional Resources: PrimitiveBoundsHandle.axes.