Class TextMeshProUGUITextAdapter
Inheritance
TextMeshProUGUITextAdapter
Assembly: cs.temp.dll.dll
Syntax
public class TextMeshProUGUITextAdapter : ITextDisplay
Constructors
TextMeshProUGUITextAdapter(TextMeshProUGUI)
Declaration
public TextMeshProUGUITextAdapter(TextMeshProUGUI textMesh)
Parameters
Type |
Name |
Description |
TextMeshProUGUI |
textMesh |
|
Properties
Text
Declaration
public string Text { get; set; }
Property Value
TextMesh
Declaration
public TextMeshProUGUI TextMesh { get; }
Property Value
Type |
Description |
TextMeshProUGUI |
|
Implements