原文
参与翻译
正在准备搜索索引...
搜索索引不可用
@minecraft
@minecraft
server-editor
SettingsUIElement
类 SettingsUIElement
索引
构造函数
constructor
属性
initial
Value
name
on
Change
options
构造函数
constructor
new
SettingsUIElement
(
name
:
string
,
initialValue
:
string
|
number
|
boolean
|
Vector3
,
onChange
:
(
arg0
:
string
|
number
|
boolean
|
Vector3
)
=>
void
,
options
?:
SettingsUIElementOptions
,
)
:
SettingsUIElement
参数
name
:
string
initialValue
:
string
|
number
|
boolean
|
Vector3
onChange
:
(
arg0
:
string
|
number
|
boolean
|
Vector3
)
=>
void
可选
options
:
SettingsUIElementOptions
返回
SettingsUIElement
属性
只读
initial
Value
initialValue
:
string
|
number
|
boolean
|
Vector3
只读
name
name
:
string
只读
on
Change
onChange
:
(
arg0
:
string
|
number
|
boolean
|
Vector3
)
=>
void
只读
options
options
:
SettingsUIElementOptions
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
构造函数
constructor
属性
initial
Value
name
on
Change
options
原文
参与翻译
@minecraft
加载中……