Class TextMeshTextAdapter
Inheritance
object
TextMeshTextAdapter
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
TextMesh
Declaration
public TextMesh TextMesh { get; }
Property Value
Type |
Description |
TextMesh |
|
Implements