Class ReorderableListHelper
- Namespace
- TAssetBundle.Editor
- Assembly
- TAssetBundle.Editor.dll
public static class ReorderableListHelper
- Inheritance
-
ReorderableListHelper
- Inherited Members
Methods
Create(SerializedProperty, bool, bool, bool, bool, float)
public static ReorderableList Create(SerializedProperty serializedProperty, bool draggable = true, bool displayHeader = true, bool displayAddButton = true, bool displayRemoveButton = true, float space = 5)
Parameters
serializedProperty
SerializedPropertydraggable
booldisplayHeader
booldisplayAddButton
booldisplayRemoveButton
boolspace
float
Returns
- ReorderableList
DoLayoutListWithFoldout(ReorderableList, string, string, Color)
public static bool DoLayoutListWithFoldout(this ReorderableList reorderableList, string foldoutKey, string label, Color color = default)