Class TMP_Glyph
docs.unity.cn
    Show / Hide Table of Contents

    Class TMP_Glyph

    Inheritance
    Object
    TMP_TextElement
    TMP_Glyph
    Inherited Members
    TMP_TextElement.id
    TMP_TextElement.x
    TMP_TextElement.y
    TMP_TextElement.width
    TMP_TextElement.height
    TMP_TextElement.xOffset
    TMP_TextElement.yOffset
    TMP_TextElement.xAdvance
    TMP_TextElement.scale
    Namespace: TMPro
    Syntax
    [Serializable]
    public class TMP_Glyph : TMP_TextElement

    Methods

    Clone(TMP_Glyph)

    Function to create a deep copy of a GlyphInfo.

    Declaration
    public static TMP_Glyph Clone(TMP_Glyph source)
    Parameters
    Type Name Description
    TMP_Glyph source
    Returns
    Type Description
    TMP_Glyph
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX