PlayerSettings.Wii 播放器设置
Wii specific player settings
Wii特定播放器设置。
Wii 是日本任天堂公司(nintendo)2006年11月19日所推出的家用游戏主机,Wii属于第七世代家用游戏机。
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"引用。
Class Variables类变量
-
Wii region. // Wii区域。
-
Wii game code. // Wii游戏代码。
-
Wii game version. // Wii游戏版本。
-
Wii company code. // Wii公司代码。
-
Wii keyboard enabled. // Wii键盘启用。
-
Does Wii support Nunchuk? // Wii支持Nunchuk(双截棍)手柄么?
-
Does Wii support Classic Controller? // Wii支持经典控制器么?
-
Does Wii support Balance Board? // Wii支持平衡板么?
-
Does Wii support Motion Plus? // Wii支持MotionPlus么?
-
The number of controllers supported by the game.
游戏支持的控制器的数量。
最后修改:2011年9月26日 Monday 21:14