2018-07-01から1ヶ月間の記事一覧

【Unity】 カメラをマウスで回転させる 上下に制限を付ける

using System.Collections; using System.Collections.Generic; using UnityEngine; //カメラにくっ付けるプログラム //参考にしたURL //http://mslgt.hatenablog.com/entry/2017/02/18/020630 public class CameraControll : MonoBehaviour { //マウスの座…