Version: 2023.2
언어: 한국어

Rigidbody2D.AddRelativeForce

매뉴얼로 전환
public void AddRelativeForce (Vector2 relativeForce, ForceMode2D mode= ForceMode2D.Force);

파라미터

relativeForce Components of the force in the X and Y axes.
mode The method used to apply the specified force.

설명

Adds a force to the local space velocity. In other words, the force is applied in the rotated coordinate space of the Rigidbody2D.