Class TMP_SpriteCharacterPropertyDrawer
  
Inheritance
TMP_SpriteCharacterPropertyDrawer
 
Syntax
[CustomPropertyDrawer(typeof(TMP_SpriteCharacter))]
public class TMP_SpriteCharacterPropertyDrawer : PropertyDrawer
 
Methods
  
GetPropertyHeight(SerializedProperty, GUIContent)
Declaration
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
 
Parameters
Returns
Overrides
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
 
Parameters
Overrides