Bounding |
Name | Description | |
---|---|---|
GetCorners | Retrieves the eight corners of the bounding box. It is recommended to use the GetCorners(Vector3) that takes a Vector3 array to prevent allocation of new Vector3 array. | |
GetCorners(Span) | ||
GetCorners(Vector3) | Retrieves the eight corners of the bounding box and write them to the specified array of Vector3 that needs to have at least 8 elements. |