Class ReorderableList.Defaults
  
  
  
  
    Inheritance
    
    ReorderableList.Defaults
   
  
  
  Assembly: UnityEditor.dll
  Syntax
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  boxBackground
  
  
  Declaration
  
    public readonly GUIStyle boxBackground
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  draggingHandle
  
  
  Declaration
  
    public readonly GUIStyle draggingHandle
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  dragHandleWidth
  
  
  Declaration
  
    public const int dragHandleWidth = 20
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  elementBackground
  
  
  Declaration
  
    public readonly GUIStyle elementBackground
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    public readonly GUIStyle footerBackground
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    public readonly GUIStyle headerBackground
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    public GUIContent iconToolbarMinus
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    public GUIContent iconToolbarPlus
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    public GUIContent iconToolbarPlusMore
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  padding
  
  
  Declaration
  
    public const int padding = 6
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  Declaration
  
    public readonly GUIStyle preButton
   
  Field Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public void DoAddButton(ReorderableList list)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public void DoRemoveButton(ReorderableList list)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DrawElement(Rect, SerializedProperty, Object, Boolean, Boolean, Boolean)
  
  
  Declaration
  
    public void DrawElement(Rect rect, SerializedProperty element, object listItem, bool selected, bool focused, bool draggable)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DrawElementBackground(Rect, Int32, Boolean, Boolean, Boolean)
  
  
  Declaration
  
    public void DrawElementBackground(Rect rect, int index, bool selected, bool focused, bool draggable)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DrawElementDraggingHandle(Rect, Int32, Boolean, Boolean, Boolean)
  
  
  Declaration
  
    public void DrawElementDraggingHandle(Rect rect, int index, bool selected, bool focused, bool draggable)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public void DrawFooter(Rect rect, ReorderableList list)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public void DrawHeader(Rect headerRect, SerializedObject serializedObject, SerializedProperty element, IList elementList)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public void DrawHeaderBackground(Rect headerRect)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Rect | headerRect |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DrawNoneElement(Rect, Boolean)
  
  
  Declaration
  
    public void DrawNoneElement(Rect rect, bool draggable)
   
  Parameters
  
  Extension Methods