FocusType 焦点模式
Enumeration
Used by GUIUtility.GetcontrolID to inform the UnityGUI system if a given control can get keyboard focus.
如果给定的控件可以得到键盘焦点,用于GUIUtility.GetcontrolID通知UnityGUI系统。
Values值
-
This control can get keyboard focus on Windows, but not on Mac. Used for buttons, checkboxes and other "pressable" things.
此控制可以获得在Windows键盘焦点,但不能在Mac上获取。用于按钮,复选框和其他可按的东西。 -
This is a proper keyboard control. It can have input focus on all platforms. Used for TextField and TextArea controls
这是一个正确的键盘控件。它可以在所有平台输入焦点。用于TextField和TextArea控件。 -
This control can never recieve keyboard focus.
此控制不能接收键盘焦点。
最后修改:2011年5月9日 Monday 16:49