AnimancerToolsWindow.

CreateReorderableList<T>(List<T>, string, ReorderableList.ElementCallbackDelegate, bool) Method

Summary

Creates and initializes a new UnityEditorInternal.ReorderableList.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Tools
Containing Type
AnimancerToolsWindow

Syntax

public static ReorderableList CreateReorderableList<T>(List<T> list, string name, ReorderableList.ElementCallbackDelegate drawElementCallback, bool showFooter = false)

Type Parameters

Name Description
T

Parameters

Name Type Description
list List<T>
name string
drawElementCallback ReorderableList.ElementCallbackDelegate
showFooter bool

Return Value

Type Description
ReorderableList