Show / Hide Table of Contents

Class ReorderableList.Defaults

Inheritance
Object
ReorderableList.Defaults
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal
Assembly: UnityEditor.dll
Syntax
public class Defaults

Fields

| Improve this Doc View Source

boxBackground

Declaration
public readonly GUIStyle boxBackground
Field Value
Type Description
GUIStyle
| Improve this Doc View Source

draggingHandle

Declaration
public readonly GUIStyle draggingHandle
Field Value
Type Description
GUIStyle
| Improve this Doc View Source

dragHandleWidth

Declaration
public const int dragHandleWidth = 20
Field Value
Type Description
Int32
| Improve this Doc View Source

elementBackground

Declaration
public readonly GUIStyle elementBackground
Field Value
Type Description
GUIStyle
| Improve this Doc View Source

footerBackground

Declaration
public readonly GUIStyle footerBackground
Field Value
Type Description
GUIStyle
| Improve this Doc View Source

headerBackground

Declaration
public readonly GUIStyle headerBackground
Field Value
Type Description
GUIStyle
| Improve this Doc View Source

iconToolbarMinus

Declaration
public GUIContent iconToolbarMinus
Field Value
Type Description
GUIContent
| Improve this Doc View Source

iconToolbarPlus

Declaration
public GUIContent iconToolbarPlus
Field Value
Type Description
GUIContent
| Improve this Doc View Source

iconToolbarPlusMore

Declaration
public GUIContent iconToolbarPlusMore
Field Value
Type Description
GUIContent
| Improve this Doc View Source

padding

Declaration
public const int padding = 6
Field Value
Type Description
Int32
| Improve this Doc View Source

preButton

Declaration
public readonly GUIStyle preButton
Field Value
Type Description
GUIStyle

Methods

| Improve this Doc View Source

DoAddButton(ReorderableList)

Declaration
public void DoAddButton(ReorderableList list)
Parameters
Type Name Description
ReorderableList list
| Improve this Doc View Source

DoRemoveButton(ReorderableList)

Declaration
public void DoRemoveButton(ReorderableList list)
Parameters
Type Name Description
ReorderableList list
| 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
Type Name Description
Rect rect
SerializedProperty element
Object listItem
Boolean selected
Boolean focused
Boolean draggable
| 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
Type Name Description
Rect rect
Int32 index
Boolean selected
Boolean focused
Boolean draggable
| 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
Type Name Description
Rect rect
Int32 index
Boolean selected
Boolean focused
Boolean draggable
| Improve this Doc View Source

DrawFooter(Rect, ReorderableList)

Declaration
public void DrawFooter(Rect rect, ReorderableList list)
Parameters
Type Name Description
Rect rect
ReorderableList list
| Improve this Doc View Source

DrawHeader(Rect, SerializedObject, SerializedProperty, IList)

Declaration
public void DrawHeader(Rect headerRect, SerializedObject serializedObject, SerializedProperty element, IList elementList)
Parameters
Type Name Description
Rect headerRect
SerializedObject serializedObject
SerializedProperty element
IList elementList
| Improve this Doc View Source

DrawHeaderBackground(Rect)

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
Type Name Description
Rect rect
Boolean draggable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX