if (Input.GetMouseButton(0)) { Bg.transform.position = Input.mousePosition; }
Input.mousePosition是鼠标的位置。
GetMouseButton(0)鼠标左键处于按下状态