ComputeAxisAlignedBound(Rect, Matrix4x4)
Computer the axis-aligned bound rectangle.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public Rect ComputeAxisAlignedBound(Rect position, Matrix4x4 transform)
Parameters
Returns
Type | Description |
|---|---|
| Rect | The axis-aligned bound. |