AnimancerToolsWindow.

CreateReorderableStringList(List<string>, string, Func<Rect, int, string>) Method

Summary

Creates a new UnityEditorInternal.ReorderableList for strings.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Tools
Containing Type
AnimancerToolsWindow

Syntax

public static ReorderableList CreateReorderableStringList(List<string> strings, string name, Func<Rect, int, string> doElementGUI)

Parameters

Name Type Description
strings List<string>
name string
doElementGUI Func<Rect, int, string>

Return Value

Type Description
ReorderableList