Version: 2017.1
public bool Contains (Vector3 point);

Description

Is point contained in the bounding box?

If the point passed into Contains is inside the bounding box a value of True is returned.

Note: If Bounds.extents contains a negative value in any coordinate then Bounds.Contains will always return False.