AnimancerToolsWindow.

CreateReorderableStringList(List<string>, 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)

Parameters

Name Type Description
strings List<string>
name string

Return Value

Type Description
ReorderableList