Mouse moved. public class DragScript : MonoBehaviour{ public GameObject player; void Update(){ if(Input.GetMouseButton(0)) { float ...
確定! 回上一頁