Click or drag to resize

LabelTextSetter Class

Set the text of a UILabel depending on the string data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterString
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterUILabel, String
                  Slash.Unity.DataBind.UI.NGUI.SettersLabelTextSetter

Namespace:  Slash.Unity.DataBind.UI.NGUI.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class LabelTextSetter : ComponentSingleSetter<UILabel, string>

The LabelTextSetter type exposes the following members.

Constructors
  NameDescription
Public methodLabelTextSetter
Initializes a new instance of the LabelTextSetter class
Top
Methods
See Also