Class MaterialPropertyReorderableList
Inherited Members
UnityEditorInternal.ReorderableList.drawHeaderCallback
UnityEditorInternal.ReorderableList.drawFooterCallback
UnityEditorInternal.ReorderableList.drawElementCallback
UnityEditorInternal.ReorderableList.drawElementBackgroundCallback
UnityEditorInternal.ReorderableList.drawNoneElementCallback
UnityEditorInternal.ReorderableList.elementHeightCallback
UnityEditorInternal.ReorderableList.onReorderCallbackWithDetails
UnityEditorInternal.ReorderableList.onReorderCallback
UnityEditorInternal.ReorderableList.onSelectCallback
UnityEditorInternal.ReorderableList.onAddCallback
UnityEditorInternal.ReorderableList.onAddDropdownCallback
UnityEditorInternal.ReorderableList.onRemoveCallback
UnityEditorInternal.ReorderableList.onMouseDragCallback
UnityEditorInternal.ReorderableList.onMouseUpCallback
UnityEditorInternal.ReorderableList.onCanRemoveCallback
UnityEditorInternal.ReorderableList.onCanAddCallback
UnityEditorInternal.ReorderableList.onChangedCallback
UnityEditorInternal.ReorderableList.displayAdd
UnityEditorInternal.ReorderableList.displayRemove
UnityEditorInternal.ReorderableList.elementHeight
UnityEditorInternal.ReorderableList.headerHeight
UnityEditorInternal.ReorderableList.footerHeight
UnityEditorInternal.ReorderableList.showDefaultBackground
UnityEditorInternal.ReorderableList.DoLayoutList()
UnityEditorInternal.ReorderableList.DoList(UnityEngine.Rect)
UnityEditorInternal.ReorderableList.DoList(UnityEngine.Rect, UnityEngine.Rect)
UnityEditorInternal.ReorderableList.GetHeight()
UnityEditorInternal.ReorderableList.GrabKeyboardFocus()
UnityEditorInternal.ReorderableList.ReleaseKeyboardFocus()
UnityEditorInternal.ReorderableList.HasKeyboardControl()
UnityEditorInternal.ReorderableList.defaultBehaviours
UnityEditorInternal.ReorderableList.serializedProperty
UnityEditorInternal.ReorderableList.list
UnityEditorInternal.ReorderableList.index
UnityEditorInternal.ReorderableList.draggable
UnityEditorInternal.ReorderableList.count
Namespace: Unity.MaterialSwitch
Syntax
public class MaterialPropertyReorderableList : ReorderableList
Constructors
MaterialPropertyReorderableList(SerializedObject, SerializedProperty, String)
Declaration
public MaterialPropertyReorderableList(SerializedObject serializedObject, SerializedProperty elements, string filter)
Parameters
Type | Name | Description |
---|---|---|
SerializedObject | serializedObject | |
SerializedProperty | elements | |
String | filter |