示例#1
0
 public static void ApplyHorizontalDrag(this Rigidbody2D rb, float drag = 1)
 {
     rb.ApplyDrag(Vector2.right, drag);
 }