AnimancerToolsWindow.

CreateReorderableObjectList<T>(List<T>, string, bool) Method

Summary

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

Syntax

public static ReorderableList CreateReorderableObjectList<T>(List<T> objects, string name, bool showFooter = false) 
    where T : Object

Type Parameters

Name Description
T

Parameters

Name Type Description
objects List<T>
name string
showFooter bool

Return Value

Type Description
ReorderableList