Table of Contents

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 SerializedProperty
draggable bool
displayHeader bool
displayAddButton bool
displayRemoveButton bool
space float

Returns

ReorderableList

DoLayoutListWithFoldout(ReorderableList, string, string, Color)

public static bool DoLayoutListWithFoldout(this ReorderableList reorderableList, string foldoutKey, string label, Color color = default)

Parameters

reorderableList ReorderableList
foldoutKey string
label string
color Color

Returns

bool