Table of Contents

PopupPicker

constructor in Coherence.Editor
Constructors
public PopupPicker(T[] items, int maxRows = 10, float width = 200, Func<T, string> display = null)
Parameters
Type Name Description
T[] items
int maxRows
float width
Func<T, string> display