size
Returns or specifies the size of the bounding box.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public Vector3 size { get; set; }
Remarks
Negative values along any axis of the specified Vector3 are automatically converted into a positive value. Disabled axes are automatically converted to .
0Additional Resources: PrimitiveBoundsHandle.axes.