版本: Unity 6 (6000.0)
语言英语
  • C#

PopupField<T0> 构造函数

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们不能接受所有提交,但我们确实会阅读用户提供的每项建议更改,并在适用的情况下进行更新。

关闭

提交失败

由于某种原因,您的建议更改无法提交。请<a>稍后重试</a>。感谢您花时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public PopupField<T0>();

描述

构造一个 PopupField。


声明

public PopupField<T0>(string label);

描述

构造一个 PopupField。


声明

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

描述

构造一个 PopupField。


声明

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

描述

构造一个 PopupField。


声明

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

描述

构造一个 PopupField。


声明

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

描述

构造一个 PopupField。