AspectRatio 宽高比
Enumeration
Aspect ratio
宽高比。
Note: This is an editor class. To use it you have to place your script in Assets/Editor inside your project folder. Editor classes are in the UnityEditor namespace so for C# scripts you need to add "using UnityEditor;" at the beginning of the script.
注意:这是一个编辑器类,如果想使用它你需要把它放到工程目录下的Assets/Editor文件夹下。编辑器类在UnityEditor命名空间下。所以当使用C#脚本时,你需要在脚本前面加上 "using UnityEditor"引用。
This enum is used when modifying and inspecting supported aspect ratios in PlayerSettings.
这个枚举用于,当在播放器设置修改和检查支持的宽高比。
Values值
-
Undefined aspect ratios. // 未定义的宽高比。
-
4:3 aspect ratio. // 宽高比为4:3。
-
5:4 aspect ratio. // 宽高比为5:4。
-
16:10 aspect ratio. // 宽高比为16:10。
-
16:9 aspect ratio. // 宽高比为16:9。
最后修改:2011年7月17日 Sunday 17:07