top of page

重力操作(2D)

    public Rigidbody2D test;

    void Start () {
        test.gravityScale = 0.2f;
    }

 

bottom of page