📅  最后修改于: 2022-03-11 14:56:42.238000             🧑  作者: Mango
// Four times as strong
Physics2D.gravity = new Vector2(0, Physics2D.gravity.y * 4);
// Half the strength
Physics2D.gravity = new Vector2(0, Physics2D.gravity.y / 2);