Class TMP_FontAssetEditor
Namespace: TMPro.EditorUtilities
Syntax
public class TMP_FontAssetEditor : Editor
Methods
HasPreviewGUI()
Overrided method from the Editor class.
Declaration
public override bool HasPreviewGUI()
Returns
Type | Description |
---|---|
Boolean |
OnDisable()
Declaration
public void OnDisable()
OnEnable()
Declaration
public void OnEnable()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
OnPreviewGUI(Rect, GUIStyle)
Overrided method to implement custom preview inspector.
Declaration
public override void OnPreviewGUI(Rect rect, GUIStyle background)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect | |
GUIStyle | background |