切换翻译
贡献翻译
正在准备搜索索引...
搜索索引不可用
@minecraft
@minecraft
server-editor
WidgetComponentSplineOptions
接口 WidgetComponentSplineOptions
实验性
interface
WidgetComponentSplineOptions
{
controlPoints
:
Widget
[]
;
lockToSurface
?:
boolean
;
offset
?:
Vector3
;
splineType
?:
SplineType
;
stateChangeEvent
?:
(
(
arg
:
WidgetComponentStateChangeEventData
)
=>
void
)
;
visible
?:
boolean
;
}
层级 (
查看完整内容
)
WidgetComponentBaseOptions
WidgetComponentSplineOptions
索引
属性
control
Points
lock
To
Surface?
offset?
spline
Type?
state
Change
Event?
visible?
属性
实验性
control
Points
control
Points
:
Widget
[]
可选
实验性
lock
To
Surface
lock
To
Surface
?:
boolean
可选
实验性
offset
offset
?:
Vector3
可选
实验性
spline
Type
spline
Type
?:
SplineType
可选
state
Change
Event
state
Change
Event
?:
(
(
arg
:
WidgetComponentStateChangeEventData
)
=>
void
)
可选
实验性
visible
visible
?:
boolean
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
control
Points
lock
To
Surface
offset
spline
Type
state
Change
Event
visible
切换翻译
贡献翻译
@minecraft
加载中……