原文
参与翻译
正在准备搜索索引...
搜索索引不可用
@minecraft
@minecraft
server-editor
WidgetComponentClipboardOptions
接口 WidgetComponentClipboardOptions
interface
WidgetComponentClipboardOptions
{
boundsFillColor
?:
RGBA
;
boundsOutlineColor
?:
RGBA
;
clipboardMirror
?:
StructureMirrorAxis
;
clipboardNormalizedOrigin
?:
Vector3
;
clipboardOffset
?:
Vector3
;
clipboardRotation
?:
StructureRotation
;
lockToSurface
?:
boolean
;
offset
?:
Vector3
;
showBounds
?:
boolean
;
stateChangeEvent
?:
(
arg0
:
WidgetComponentStateChangeEventData
)
=>
void
;
visible
?:
boolean
;
}
层级 (
查看层级一览
)
WidgetComponentBaseOptions
WidgetComponentClipboardOptions
索引
属性
bounds
Fill
Color?
bounds
Outline
Color?
clipboard
Mirror?
clipboard
Normalized
Origin?
clipboard
Offset?
clipboard
Rotation?
lock
To
Surface?
offset?
show
Bounds?
state
Change
Event?
visible?
属性
可选
bounds
Fill
Color
boundsFillColor
?:
RGBA
可选
bounds
Outline
Color
boundsOutlineColor
?:
RGBA
可选
clipboard
Mirror
clipboardMirror
?:
StructureMirrorAxis
可选
clipboard
Normalized
Origin
clipboardNormalizedOrigin
?:
Vector3
可选
clipboard
Offset
clipboardOffset
?:
Vector3
可选
clipboard
Rotation
clipboardRotation
?:
StructureRotation
可选
lock
To
Surface
lockToSurface
?:
boolean
可选
offset
offset
?:
Vector3
可选
show
Bounds
showBounds
?:
boolean
可选
state
Change
Event
stateChangeEvent
?:
(
arg0
:
WidgetComponentStateChangeEventData
)
=>
void
可选
visible
visible
?:
boolean
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
bounds
Fill
Color
bounds
Outline
Color
clipboard
Mirror
clipboard
Normalized
Origin
clipboard
Offset
clipboard
Rotation
lock
To
Surface
offset
show
Bounds
state
Change
Event
visible
原文
参与翻译
@minecraft
加载中……