Click or drag to resize

TextTextSetter Class

Set the text of a Text 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.SettersComponentSingleSetterText, String
                  Slash.Unity.DataBind.UI.Unity.SettersTextTextSetter

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

The TextTextSetter type exposes the following members.

Constructors
  NameDescription
Public methodTextTextSetter
Initializes a new instance of the TextTextSetter class
Top
Methods
See Also