Summary

public Vector2[] GetCorners()

Gets an array of points that make up the corners of the BoundingBox2.

Returns

Vector2[]

Summary

public void GetCorners(Vector2[] corners)

Gets the array of points that make up the corners of the BoundingBox2.

Parameters