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