Interface ITextElement
docs.unity.cn
    Show / Hide Table of Contents

    Interface ITextElement

    Namespace: TMPro
    Syntax
    public interface ITextElement

    Properties

    sharedMaterial

    Declaration
    Material sharedMaterial { get; }
    Property Value
    Type Description
    Material

    Methods

    GetInstanceID()

    Declaration
    int GetInstanceID()
    Returns
    Type Description
    Int32

    Rebuild(CanvasUpdate)

    Declaration
    void Rebuild(CanvasUpdate update)
    Parameters
    Type Name Description
    CanvasUpdate update
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX