Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

Bounds.ClosestPoint

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public Vector3 ClosestPoint(Vector3 point);

Parameters

pointArbitrary point.

Returns

Vector3 The point on the bounding box or inside the bounding box.

Description

The closest point on the bounding box.

If the point is inside the bounding box, unmodified point position will be returned.

Did you find this page useful? Please give it a rating: