Click or drag to resize

Slash.Unity.DataBind.UI.NGUI.Setters Namespace

Contains NGUI-specific setters.
Classes
  ClassDescription
Public classButtonEnabledSetter
Sets the enabled flag of a button depending on a data value.

Input: Boolean

Public classGridItemsSetter
Set the items of a UIGrid depending on the items of the collection data value.
Public classInputValueSetter
Set the value of a UIInput depending on the string data value.
Public classLabelTextSetter
Set the text of a UILabel depending on the string data value.
Public classPopupListDataSetter
Sets the value of a popup list depending on the data value.
Public classPopupListItemsSetter
Sets the items of a UIPopupList depending on a string data list.
Public classPopupListValueSetter
Sets the value of a popup list depending on the string data value.
Public classProgressBarValueSetter
Set the bar value of a UIProgressBar depending on the float data value.
Public classSliderValueSetter
Sets the value of a slider depending on a data value.

Input: Number

Public classSpriteFillAmountSetter
Set the fill amount of a UISprite depending on the float data value.
Public classSpriteNameSetter
Set the sprite name of a UISprite depending on the string data value.