Class TMP_Glyph
Inherited Members
Namespace: TMPro
Assembly: Unity.TextMeshPro.dll
Syntax
[Serializable]
public class TMP_Glyph : TMP_TextElement_Legacy
Methods
Clone(TMP_Glyph)
Clones a glyph info object.
Declaration
public static TMP_Glyph Clone(TMP_Glyph source)
Parameters
| Type | Name | Description |
|---|---|---|
| TMP_Glyph | source | The source glyph object to copy from. |
Returns
| Type | Description |
|---|---|
| TMP_Glyph | A new TMP_Glyph instance with the same values as the source. |