Class TMP_EditorUtility
Inherited Members
Namespace: TMPro.EditorUtilities
Assembly: solution.dll
Syntax
public static class TMP_EditorUtility
Properties
Name | Description |
---|---|
packageFullPath | Returns the fully qualified path of the package. |
packageRelativePath | Returns the relative path of the package. |
Methods
Name | Description |
---|---|
CreateAsset<T>(string) | Create and return a new asset in a smart location based on the current selection and then select it. |
DrawBox(Rect, float, Color) | |
DrawColorProperty(Rect, SerializedProperty) | |
EditorToggle(Rect, bool, GUIContent, GUIStyle) | |
FindMatchingFontAsset(Material) | |
FindMaterialReferences(TMP_FontAsset) | |
GetDecimalCharacterSequence(int[]) | Function which returns a string containing a sequence of Decimal character ranges. |
GetHorizontalAlignmentGridValue(int) | Function to return the horizontal alignment grid value. |
GetUnicodeCharacterSequence(int[]) | Function which returns a string containing a sequence of Unicode (Hex) character ranges. |
GetVerticalAlignmentGridValue(int) | Function to return the vertical alignment grid value. |
RepaintAll() |