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

    Class TMP_Asset

    Inheritance
    Object
    TMP_Asset
    TMP_FontAsset
    TMP_SpriteAsset
    Namespace: TMPro
    Syntax
    [Serializable]
    public class TMP_Asset : ScriptableObject

    Fields

    hashCode

    HashCode based on the name of the asset.

    Declaration
    public int hashCode
    Field Value
    Type Description
    Int32

    material

    The material used by this asset.

    Declaration
    public Material material
    Field Value
    Type Description
    Material

    materialHashCode

    HashCode based on the name of the material assigned to this asset.

    Declaration
    public int materialHashCode
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX