top of page

重力操作(3D)

    public Rigidbody3D test;

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

 

bottom of page