Skip to content
迷你世界 Studio
Main Navigation
Guide
MiniWorld Studio Operation Tutorial
Operation Manual
Multi-person Collaboration
Operation Mode
Resource Use
API
CLASS
DATA TYPE
ENUME
Official Website
English
简体中文
English
简体中文
Appearance
Menu
Return to top
On this page
UIDropDownBox
继承自
:
UIComponent
描述
场景UI下拉框
属性
ColorQuad
TitleColor
文本颜色
int
TitleFontSize
文本字体大小
int
SelectedIndex
选中的下标
函数
string
GetValue
()
获取下拉框选中的内容
string
GetItem
()
获取下拉框某item项
void
RemoveItem
(
int
index)
通过下标移除下拉框中某项item
int
AddItemWithValue
(
string
item,
string
value)
给下拉框新增一项item
int
AddItem
(
string
item)
给下拉框添加一项item
string
GetItemByIndex
(
int
index)
通过下标获取下拉框中某项item的key
string
GetValueByIndex
(
int
index)
通过下标获取下拉框中某项item的value