Camera.ResetAspect 重设长宽比

function ResetProjectionMatrix () : void

Description描述

Revert the aspect ratio to the screen's aspect ratio.

恢复长宽比为屏幕的长宽比。

Call this to end the effect of setting aspect.

调用这个结束aspect设置的效果。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	public void Awake() {
		camera.ResetAspect();
	}
}
camera.ResetAspect();
最后修改:2011年3月7日 Monday 10:17

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。