2024年5月30日发(作者:)

static function

EnumPopup

(

position

: Rect,

selected

: ,

style

:

GUIStyle = ) :

static function

EnumPopup

(

position

: Rect,

label

: string,

selected

:

,

style

: GUIStyle = ) :

static function

EnumPopup

(

position

: Rect,

label

: GUIContent,

selected

:

,

style

: GUIStyle = ) :

Parameters参数

position

Rectangle on the screen to use for the field.

字段在屏幕上的矩形区域

label

Optional label in front of the field.

这个字段前面的可选标签

selected

The enum option the field shows.

字段显示的枚举选项

style

Optional GUIStyle. // 可选的GUIStyle

Returns

- The enum option that has been selected by the user.

系统枚举 - 用户选择的枚举选项

Description

描述

Make an enum popup selection field.

制作一个枚举弹出选择字段(弹出选择菜单)。

Takes the currently selected enum value as a parameter and returns the enum

value selected by the user.

使用当前枚举的值作为参数并返回用户选择的值【狗刨学习网】

Enum Popup in an Editor Window.

编辑器中的枚举弹出菜单。