Version: 2023.2
言語: 日本語
public void AddRelativeForce (Vector2 relativeForce, ForceMode2D mode= ForceMode2D.Force);

パラメーター

relativeForce 力の X および Y 軸方向の成分
mode 指定した力の適用方式

説明

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