Search Results for

    Show / Hide Table of Contents

    Class TextMeshTextAdapter

    Inheritance
    object
    TextMeshTextAdapter
    Implements
    ITextDisplay
    Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public class TextMeshTextAdapter : ITextDisplay

    Constructors

    TextMeshTextAdapter(TextMesh)

    Declaration
    public TextMeshTextAdapter(TextMesh textMesh)
    Parameters
    Type Name Description
    TextMesh textMesh

    Properties

    Text

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

    TextMesh

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

    Implements

    ITextDisplay
    In this article
    Back to top i5 Toolkit Documentation