static var autorotateToPortraitUpsideDown : bool
Description描述
Specifies whether the keyboard should be automatically rotated to PortraitUpsideDown orientation to match orientation of the device.
指定键盘是否应该自动旋转到PortraitUpsideDown定位来匹配的定位装置
// Disallow keyboard to autorotate to PortraitUpsideDown orientation
//不允许键盘去自动转向纵向倒置方向
function Start() {
iPhoneKeyboard.autorotateToPortraitUpsideDown = false;
}