Version: 2021.2
언어: 한국어

Rigidbody2D.GetPointVelocity

매뉴얼로 전환
public Vector2 GetPointVelocity (Vector2 point);

파라미터

point The global space point to calculate velocity for.

설명

The velocity of the rigidbody at the point Point in global space.

GetPointVelocity will take the angularVelocity of the rigidbody into account when calculating the velocity.