Unity 6.3
0 онлайн 49 гостей 3 в системе
Вход

PopupField<T0> Constructor

Declaration

public PopupField<T0>();

Описание

Построить PopupField.

Declaration

public PopupField<T0>(string label);

Описание

Построить PopupField.

Declaration

public PopupField<T0>(List<T> choices, T defaultValue, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Описание

Построить PopupField.

Declaration

public PopupField<T0>(string label, List<T> choices, T defaultValue, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Описание

Построить PopupField.

Declaration

public PopupField<T0>(List<T> choices, int defaultIndex, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Описание

Построить PopupField.

Declaration

public PopupField<T0>(string label, List<T> choices, int defaultIndex, Func<T,string> formatSelectedValueCallback, Func<T,string> formatListItemCallback);

Описание

Построить PopupField.