Click or drag to resize

TextMeshProTextSetter Class

Sets the text of a TextMeshPro text component.
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.SettersComponentSingleSetterTMP_Text, String
                  Slash.Unity.DataBind.Addons.TextMeshPro.SettersTextMeshProTextSetter

Namespace:  Slash.Unity.DataBind.Addons.TextMeshPro.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class TextMeshProTextSetter : ComponentSingleSetter<TMP_Text, string>

The TextMeshProTextSetter type exposes the following members.

Constructors
  NameDescription
Public methodTextMeshProTextSetter
Initializes a new instance of the TextMeshProTextSetter class
Top
Methods
See Also