docs.unity.cn
    Show / Hide Table of Contents

    Class TMP_Style

    Inheritance
    Object
    TMP_Style
    Namespace: TMPro
    Syntax
    [Serializable]
    public class TMP_Style

    Properties

    hashCode

    The hash code corresponding to the name of this style.

    Declaration
    public int hashCode { get; set; }
    Property Value
    Type Description
    Int32

    name

    Declaration
    public string name { get; set; }
    Property Value
    Type Description
    String

    NormalStyle

    Declaration
    public static TMP_Style NormalStyle { get; }
    Property Value
    Type Description
    TMP_Style

    styleClosingDefinition

    Declaration
    public string styleClosingDefinition { get; }
    Property Value
    Type Description
    String

    styleClosingTagArray

    Declaration
    public int[] styleClosingTagArray { get; }
    Property Value
    Type Description
    Int32[]

    styleOpeningDefinition

    Declaration
    public string styleOpeningDefinition { get; }
    Property Value
    Type Description
    String

    styleOpeningTagArray

    Declaration
    public int[] styleOpeningTagArray { get; }
    Property Value
    Type Description
    Int32[]

    Methods

    RefreshStyle()

    Declaration
    public void RefreshStyle()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 23 April 2021