Version: 5.6

Rigidbody2D.GetRelativePointVelocity

매뉴얼로 전환
public Vector2 GetRelativePointVelocity (Vector2 relativePoint);

파라미터

relativePoint The local space point to calculate velocity for.

설명

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

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