iPhoneKeyboard.autorotateToLandscapeLeft 自动旋转到左横向

static var autorotateToLandscapeLeft : bool

Description描述

Specifies whether the keyboard should be automatically rotated to LandscapeLeft orientation to match orientation of the device.

指定键盘是否应该自动旋转到LandscapeLeft 定位来匹配的定位装置

// Disallow keyboard to autorotate to LandscapeLeft orientation
//不允许键盘去自动转向LandscapeLeft 方向

function Start() {
	iPhoneKeyboard.autorotateToLandscapeLeft = false;
}
最后修改:2011年4月8日 Friday 15:40

本脚本参考基于Unity 3.4.1f5

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