Class TMP_Asset
Namespace: TMPro
Syntax
public abstract class TMP_Asset : ScriptableObject
Properties
hashCode
HashCode based on the name of the asset.
Declaration
public int hashCode { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
instanceID
Instance ID of the TMP Asset
Declaration
public int instanceID { get; }
Property Value
Type | Description |
---|---|
Int32 |
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 |
---|---|
Int32 |
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 |