unity控制攝像機視圖大小的算法

using UnityEngine; using System.Collections; public class MinMap : MonoBehaviour { // Use this for initialization void Start () { float ratio = (float)Screen.width / (float)Screen.height;
相關文章
相關標籤/搜索