docs.unity.cn
    Show / Hide Table of Contents

    Class TMP_Style

    Inheritance
    Object
    TMP_Style
    Namespace: TMPro
    Syntax
    public class TMP_Style : object

    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 uint[] styleClosingTagArray { get; }
    Property Value
    Type Description
    UInt32[]

    styleOpeningDefinition

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

    styleOpeningTagArray

    Declaration
    public uint[] styleOpeningTagArray { get; }
    Property Value
    Type Description
    UInt32[]

    Methods

    RefreshStyle()

    Declaration
    public void RefreshStyle()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, March 9, 2022
    Terms of use