控制摄像机(camera)的移动,以及摄像机的视角随着鼠标箭头的改变而改变

using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraControl : MonoBehaviour { public float cameraSensitivity = 90; public float climbSpeed = 4;
相关文章
相关标签/搜索