Function DrawingUtilities.BoundsFrom

BoundsFrom (GameObject gameObject)

Bounding box of a GameObject.

Public Static
BoundsFrom (List<Vector3> points)

Bounding box which contains all points in the list.

Public Static
BoundsFrom (NativeArray<float3> points)

Bounding box which contains all points in the array.

Public Static
BoundsFrom (Transform transform)

Bounding box of a Transform.

Public Static
BoundsFrom (Vector3[] points)

Bounding box which contains all points in the array.

Public Static