Class TMP_Asset
Inherited Members
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 |