docs.unity.cn
    Show / Hide Table of Contents

    Class TMP_Asset

    Inheritance
    Object
    Object
    ScriptableObject
    TMP_Asset
    TMP_FontAsset
    TMP_SpriteAsset
    Inherited Members
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(String)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(Object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, Boolean)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, Boolean)
    Object.Destroy(Object, Single)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, Boolean)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, Single)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    Object.FindObjectOfType<T>()
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.ToString()
    Object.name
    Object.hideFlags
    Namespace: TMPro
    Syntax
    [Serializable]
    public abstract 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

    Properties

    instanceID

    Instance ID of the TMP Asset

    Declaration
    public int instanceID { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 21 April 2021