Version: 2023.2

Rigidbody2D.AddRelativeForceX

切换到手册
public void AddRelativeForceX (float force, ForceMode2D mode= ForceMode2D.Force);

参数

force The force to add to the X component of the velocity in the local space of the Rigidbody2D.
mode 用于施加指定力的方法。

描述

Adds a force to the X component of the velocity in the local space of the Rigidbody2D only leaving the Y component of the local space velocity untouched.