Version: 2017.3

Bounds.ClosestPoint

Cambiar al Manual
public Vector3 ClosestPoint (Vector3 point);

Parámetros

point Arbitrary point.

Valor de retorno

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

Descripción

The closest point on the bounding box.

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