C# Class UnityEditorInternal.ReorderableList

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
displayAdd bool
displayRemove bool
drawElementBackgroundCallback ElementCallbackDelegate
drawElementCallback ElementCallbackDelegate
drawFooterCallback FooterCallbackDelegate
drawHeaderCallback HeaderCallbackDelegate
elementHeight float
elementHeightCallback ElementHeightCallbackDelegate
footerHeight float
headerHeight float
onAddCallback AddCallbackDelegate
onAddDropdownCallback AddDropdownCallbackDelegate
onCanRemoveCallback CanRemoveCallbackDelegate
onChangedCallback ChangedCallbackDelegate
onMouseUpCallback SelectCallbackDelegate
onRemoveCallback RemoveCallbackDelegate
onReorderCallback ReorderCallbackDelegate
onSelectCallback SelectCallbackDelegate
showDefaultBackground bool

Méthodes publiques

Méthode Description
DoLayoutList ( ) : void
DoList ( Rect rect ) : void
GetHeight ( ) : float
GrabKeyboardFocus ( ) : void
HasKeyboardControl ( ) : bool
ReleaseKeyboardFocus ( ) : void
ReorderableList ( IList elements, Type elementType ) : System
ReorderableList ( IList elements, Type elementType, bool draggable, bool displayHeader, bool displayAddButton, bool displayRemoveButton ) : System
ReorderableList ( SerializedObject serializedObject, UnityEditor.SerializedProperty elements ) : System
ReorderableList ( SerializedObject serializedObject, UnityEditor.SerializedProperty elements, bool draggable, bool displayHeader, bool displayAddButton, bool displayRemoveButton ) : System

Private Methods

Méthode Description
CalculateRowIndex ( ) : int
DoDraggingAndSelection ( Rect listRect ) : void
DoListElements ( Rect listRect ) : void
DoListFooter ( Rect footerRect ) : void
DoListHeader ( Rect headerRect ) : void
GetContentRect ( Rect rect ) : Rect
GetElementHeight ( int index ) : float
GetElementYOffset ( int index ) : float
GetElementYOffset ( int index, int skipIndex ) : float
GetListElementHeight ( ) : float
GetRowIndex ( float localY ) : int
GetRowRect ( int index, Rect listRect ) : Rect
InitList ( SerializedObject serializedObject, UnityEditor.SerializedProperty elements, IList elementList, bool draggable, bool displayHeader, bool displayAddButton, bool displayRemoveButton ) : void
IsDragging ( ) : bool
IsMouseInsideActiveElement ( Rect listRect ) : bool
UpdateDraggedY ( Rect listRect ) : void

Method Details

DoLayoutList() public méthode

public DoLayoutList ( ) : void
Résultat void

DoList() public méthode

public DoList ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void

GetHeight() public méthode

public GetHeight ( ) : float
Résultat float

GrabKeyboardFocus() public méthode

public GrabKeyboardFocus ( ) : void
Résultat void

HasKeyboardControl() public méthode

public HasKeyboardControl ( ) : bool
Résultat bool

ReleaseKeyboardFocus() public méthode

public ReleaseKeyboardFocus ( ) : void
Résultat void

ReorderableList() public méthode

public ReorderableList ( IList elements, Type elementType ) : System
elements IList
elementType System.Type
Résultat System

ReorderableList() public méthode

public ReorderableList ( IList elements, Type elementType, bool draggable, bool displayHeader, bool displayAddButton, bool displayRemoveButton ) : System
elements IList
elementType System.Type
draggable bool
displayHeader bool
displayAddButton bool
displayRemoveButton bool
Résultat System

ReorderableList() public méthode

public ReorderableList ( SerializedObject serializedObject, UnityEditor.SerializedProperty elements ) : System
serializedObject UnityEditor.SerializedObject
elements UnityEditor.SerializedProperty
Résultat System

ReorderableList() public méthode

public ReorderableList ( SerializedObject serializedObject, UnityEditor.SerializedProperty elements, bool draggable, bool displayHeader, bool displayAddButton, bool displayRemoveButton ) : System
serializedObject UnityEditor.SerializedObject
elements UnityEditor.SerializedProperty
draggable bool
displayHeader bool
displayAddButton bool
displayRemoveButton bool
Résultat System

Property Details

displayAdd public_oe property

public bool displayAdd
Résultat bool

displayRemove public_oe property

public bool displayRemove
Résultat bool

drawElementBackgroundCallback public_oe property

public ElementCallbackDelegate drawElementBackgroundCallback
Résultat ElementCallbackDelegate

drawElementCallback public_oe property

public ElementCallbackDelegate drawElementCallback
Résultat ElementCallbackDelegate

drawFooterCallback public_oe property

public FooterCallbackDelegate drawFooterCallback
Résultat FooterCallbackDelegate

drawHeaderCallback public_oe property

public HeaderCallbackDelegate drawHeaderCallback
Résultat HeaderCallbackDelegate

elementHeight public_oe property

public float elementHeight
Résultat float

elementHeightCallback public_oe property

public ElementHeightCallbackDelegate elementHeightCallback
Résultat ElementHeightCallbackDelegate

footerHeight public_oe property

public float footerHeight
Résultat float

headerHeight public_oe property

public float headerHeight
Résultat float

onAddCallback public_oe property

public AddCallbackDelegate onAddCallback
Résultat AddCallbackDelegate

onAddDropdownCallback public_oe property

public AddDropdownCallbackDelegate onAddDropdownCallback
Résultat AddDropdownCallbackDelegate

onCanRemoveCallback public_oe property

public CanRemoveCallbackDelegate onCanRemoveCallback
Résultat CanRemoveCallbackDelegate

onChangedCallback public_oe property

public ChangedCallbackDelegate onChangedCallback
Résultat ChangedCallbackDelegate

onMouseUpCallback public_oe property

public SelectCallbackDelegate onMouseUpCallback
Résultat SelectCallbackDelegate

onRemoveCallback public_oe property

public RemoveCallbackDelegate onRemoveCallback
Résultat RemoveCallbackDelegate

onReorderCallback public_oe property

public ReorderCallbackDelegate onReorderCallback
Résultat ReorderCallbackDelegate

onSelectCallback public_oe property

public SelectCallbackDelegate onSelectCallback
Résultat SelectCallbackDelegate

showDefaultBackground public_oe property

public bool showDefaultBackground
Résultat bool