Version: 2020.3
public static Vector2 ClosestPoint (Vector2 position, Collider2D collider);

파라미터

position The position from which to find the closest point on the specified Collider.
Collider The Collider on which to find the closest specified position.

반환

Vector2 A point on the perimeter of the Collider that is closest to the specified position.

설명

Returns a point on the perimeter of the Collider that is closest to the specified position.

This function provides the ability to calculate the closest point of a specified position to the perimeter of any Collider2D type.

In the case where the position is inside the Collider or the Collider is disabled, then the input position is returned instead.


public static Vector2 ClosestPoint (Vector2 position, Rigidbody2D rigidbody);

파라미터

position The position from which to find the closest point on the specified rigidbody.
rigidbody The Rigidbody on which to find the closest specified position.

반환

Vector2 A point on the perimeter of a Collider attached to the rigidbody that is closest to the specified position.

설명

Returns a point on the perimeter of all enabled Colliders attached to the rigidbody that is closest to the specified position.

This function provides the ability to calculate the closest point of a specified position to the perimeter of any enabled Collider2D type attached to the specified Rigidbody2D.

In the case where the position is inside any of the enabled Collider2D attached to the rigidbody, the input position is returned instead.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961