随笔分类 - [Unity3D 学习]
摘要:The height is 2 * size, and the width is height * aspect. You can calculate them with these instructions:var height = 2*Camera.main.orthographicSize;var width = height*Camera.main.aspect;http://answers.unity3d.com/questions/174002/what-is-the-relationship-between-camera-size-units.html
阅读全文