Class FontWeightDrawer
Inherited Members
PropertyDrawer.CreatePropertyGUI(SerializedProperty)
PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
PropertyDrawer.attribute
PropertyDrawer.fieldInfo
Namespace: TMPro.EditorUtilities
Assembly: solution.dll
Syntax
[CustomPropertyDrawer(typeof(TMP_FontWeightPair))]
public class FontWeightDrawer : PropertyDrawer
Methods
Name | Description |
---|---|
OnGUI(Rect, SerializedProperty, GUIContent) | Override this method to make your own IMGUI based GUI for the property. |