Unity實現鼠標控制攝像機圍繞物體旋轉鏡頭 滑輪控制遠近

using UnityEngine; using System.Collections; public class RotateObj : MonoBehaviour { public Transform CenObj;//圍繞的物體 private Vector3 Rotion_Transform; private new Camera camera; void
相關文章
相關標籤/搜索