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