Constructor Bounds
Bounds(Vector3, Vector3)
Initializes a new instance of the Bounds class using the specified bounding-box center and dimensions.
public Bounds(Vector3 center, Vector3 extents)
Parameters
centerVector3The center of the axis-aligned bounding box.
extentsVector3The dimensions of the axis-aligned bounding box, measured from the center to the extremities.