Slash.Unity.DataBind.UI.NGUI.Setters Namespace |
| Class | Description | |
|---|---|---|
| ButtonEnabledSetter |
Sets the enabled flag of a button depending on a data value.
Input: Boolean | |
| GridItemsSetter |
Set the items of a UIGrid depending on the items of the collection data value.
| |
| InputValueSetter |
Set the value of a UIInput depending on the string data value.
| |
| LabelTextSetter |
Set the text of a UILabel depending on the string data value.
| |
| PopupListDataSetter |
Sets the value of a popup list depending on the data value.
| |
| PopupListItemsSetter |
Sets the items of a UIPopupList depending on a string data list.
| |
| PopupListValueSetter |
Sets the value of a popup list depending on the string data value.
| |
| ProgressBarValueSetter |
Set the bar value of a UIProgressBar depending on the float data value.
| |
| SliderValueSetter |
Sets the value of a slider depending on a data value.
Input: Number | |
| SpriteFillAmountSetter |
Set the fill amount of a UISprite depending on the float data value.
| |
| SpriteNameSetter |
Set the sprite name of a UISprite depending on the string data value.
|