UIButtonTween
UIButtonTween类引用
Attaching this to an object lets you activate tweener components on other objects. More...
将这个脚本附加到一个 允许你激活其他对象tweener组件的对象。更多…
Detailed Description详细描述
Attaching this to an object lets you activate tweener components on other objects.
将这个脚本附加到一个 允许你激活其他对象tweener组件 的对象。
The documentation for this class was generated from the following file:
- Assets/NGUI/Scripts/Interaction/UIButtonTween.cs
UICheckbox
UICheckbox类引用
Simple checkbox functionality. If 'option' is enabled, checking this checkbox will uncheck all other checkboxes with the same parent. More...
简单的复选框功能。如果“选项”可用,检查此复选框时 将不检查其他所有和它拥有相同父对象的复选框。更多…
Public Attributes公共属性 | |
UISprite | checkSprite |
Animation | checkAnimation |
GameObject | eventReceiver |
string | functionName = "OnActivate" |
bool | startsChecked = true |
bool | option = false |
bool | optionCanBeNone = false |
Static Public Attributes静态公共属性 | |
static UICheckbox | current |
Properties属性 | |
bool | isChecked [get, set] |
Whether the checkbox is checked. 复选框是否选中。 |
Detailed Description详细描述
Simple checkbox functionality. If 'option' is enabled, checking this checkbox will uncheck all other checkboxes with the same parent.
简单的复选框功能。如果“选项”可用, 检查此复选框时 将不检查其他所有和它拥有相同父对象的复选框。
Property Documentation属性文档
bool UICheckbox.isChecked [get, set] |
Whether the checkbox is checked. 复选框是否选中。
The documentation for this class was generated from the following file:
- Assets/NGUI/Scripts/Interaction/UICheckbox.cs