This version of Unity is unsupported.

Rigidbody2D.AddRelativeForce

Switch to Manual

Declaration

public void AddRelativeForce(Vector2 relativeForce, ForceMode2D mode = ForceMode2D.Force);

Parameters

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

Description

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