Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Bounds.ClosestPoint

public Vector3 ClosestPoint(Vector3 point);

Parameters

point Arbitrary 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.