Class TextMeshTextAdapter
Implements
Namespace: i5.Toolkit.Core.Utilities.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 |