Show / Hide Table of Contents

    Class TextMeshProUGUITextAdapter

    Inheritance
    Object
    TextMeshProUGUITextAdapter
    Implements
    ITextDisplay
    Namespace: i5.Toolkit.Core.Utilities.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public class TextMeshProUGUITextAdapter : ITextDisplay

    Constructors

    TextMeshProUGUITextAdapter(TextMeshProUGUI)

    Declaration
    public TextMeshProUGUITextAdapter(TextMeshProUGUI textMesh)
    Parameters
    Type Name Description
    TextMeshProUGUI textMesh

    Properties

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    String

    TextMesh

    Declaration
    public TextMeshProUGUI TextMesh { get; }
    Property Value
    Type Description
    TextMeshProUGUI

    Implements

    ITextDisplay
    Back to top i5 Toolkit Documentation