GetSize()
Gets the current size of the bounding volume for this instance.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected Vector3 GetSize()
Returns
Type | Description |
|---|---|
| Vector3 | The current size of the bounding volume for this instance. |
Remarks
All axes of the returned Vector3 will always have positive values. Any disabled axes will have a value of .
0Additional Resources: PrimitiveBoundsHandle.axes.