Show / Hide Table of Contents

    Class TextMeshProTextAdapter

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

    Constructors

    TextMeshProTextAdapter(TextMeshPro)

    Declaration
    public TextMeshProTextAdapter(TextMeshPro textMesh)
    Parameters
    Type Name Description
    TextMeshPro textMesh

    Properties

    Text

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

    TextMesh

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

    Implements

    ITextDisplay
    Back to top i5 Toolkit Documentation