Version: 2023.2
언어: 한국어

Rigidbody2D.AddRelativeForceY

매뉴얼로 전환
public void AddRelativeForceY (float force, ForceMode2D mode= ForceMode2D.Force);

파라미터

force The force to add to the Y component of the velocity in the local space of the Rigidbody2D.
mode The method used to apply the specified force.

설명

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