Class TMP_Asset
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: TMPro
Assembly: Unity.TextMeshPro.dll
Syntax
[Serializable]
public abstract class TMP_Asset : ScriptableObject
Properties
faceInfo
Information about the face of the asset.
Declaration
public FaceInfo faceInfo { get; set; }
Property Value
Type | Description |
---|---|
FaceInfo |
hashCode
HashCode based on the name of the asset.
Declaration
public int hashCode { get; set; }
Property Value
Type | Description |
---|---|
int |
instanceID
Instance ID of the TMP Asset
Declaration
public int instanceID { get; }
Property Value
Type | Description |
---|---|
int |
material
The material used by this asset.
Declaration
public Material material { get; set; }
Property Value
Type | Description |
---|---|
Material |
materialHashCode
HashCode based on the name of the material assigned to this asset.
Declaration
public int materialHashCode { get; set; }
Property Value
Type | Description |
---|---|
int |
version
The version of the text asset class. Version 1.1.0 introduces new data structure to be compatible with new font asset structure.
Declaration
public string version { get; }
Property Value
Type | Description |
---|---|
string |