Class TMP_FontAssetEditor
Inherited Members
Namespace: TMPro.EditorUtilities
Assembly: Unity.TextMeshPro.Editor.dll
Syntax
[CustomEditor(typeof(TMP_FontAsset))]
public class TMP_FontAssetEditor : Editor
Fields
getFontFeaturesLabel
Declaration
public static readonly GUIContent getFontFeaturesLabel
Field Value
Type | Description |
---|---|
GUIContent |
Methods
HasPreviewGUI()
Overrided method from the Editor class.
Declaration
public override bool HasPreviewGUI()
Returns
Type | Description |
---|---|
bool |
Overrides
OnDisable()
Declaration
public void OnDisable()
OnEnable()
Declaration
public void OnEnable()
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()
Overrides
OnPreviewGUI(Rect, GUIStyle)
Overrided method to implement custom preview inspector.
Declaration
public override void OnPreviewGUI(Rect rect, GUIStyle background)