Class PropertyDrawer
  
  
  
  
    Inheritance
    
    
    PropertyDrawer
      
      
      
      
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public abstract class PropertyDrawer : GUIDrawer
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  attribute
  
  
  Declaration
  
    public PropertyAttribute attribute { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  fieldInfo
  
  
  Declaration
  
    public FieldInfo fieldInfo { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CanCacheInspectorGUI(SerializedProperty)
  
  
  Declaration
  
    public virtual bool CanCacheInspectorGUI(SerializedProperty property)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetPropertyHeight(SerializedProperty, GUIContent)
  
  
  Declaration
  
    public virtual float GetPropertyHeight(SerializedProperty property, GUIContent label)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnGUI(Rect, SerializedProperty, GUIContent)
  
  
  Declaration
  
    public virtual void OnGUI(Rect position, SerializedProperty property, GUIContent label)
   
  Parameters
  
  Extension Methods