控制攝像機(camera)的移動,以及攝像機的視角隨着鼠標箭頭的改變而改變

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