You should reag the Unity docs, but to make it simple: Code: Input.GetMouseButton(0); // Left; Input.GetMouseButton(1); // Right ...
確定! 回上一頁