Version: 2020.3
언어: 한국어

Plane.ClosestPointOnPlane

매뉴얼로 전환
public Vector3 ClosestPointOnPlane (Vector3 point);

파라미터

point The point to project onto the plane.

반환

Vector3 A point on the plane that is closest to point.

설명

For a given point returns the closest point on the plane.