@minecraft
原文
参与翻译
正在准备搜索索引...
server-editor
WidgetComponentBoundingBoxOptions
接口 WidgetComponentBoundingBoxOptions
interface
WidgetComponentBoundingBoxOptions
{
boundsOffset
?:
Vector3
;
enableResizeHandles
?:
Axis
;
hullColor
?:
RGBA
;
lockToSurface
?:
boolean
;
maxSize
?:
Vector3
;
minSize
?:
Vector3
;
mirror
?:
StructureMirrorAxis
;
normalizedOrigin
?:
Vector3
;
offset
?:
Vector3
;
outlineColor
?:
RGBA
;
rotation
?:
StructureRotation
;
showWorldIntersections
?:
boolean
;
stateChangeEvent
?:
(
arg0
:
WidgetComponentBoundingBoxStateChangeEventParameters
,
)
=>
void
;
visible
?:
boolean
;
visibleHull
?:
boolean
;
}
层级 (
查看层级一览
)
WidgetComponentBaseOptions
WidgetComponentBoundingBoxOptions
索引
属性
bounds
Offset?
enable
Resize
Handles?
hull
Color?
lock
To
Surface?
max
Size?
min
Size?
mirror?
normalized
Origin?
offset?
outline
Color?
rotation?
show
World
Intersections?
state
Change
Event?
visible?
visible
Hull?
属性
可选
bounds
Offset
boundsOffset
?:
Vector3
可选
enable
Resize
Handles
enableResizeHandles
?:
Axis
可选
hull
Color
hullColor
?:
RGBA
可选
lock
To
Surface
lockToSurface
?:
boolean
可选
max
Size
maxSize
?:
Vector3
可选
min
Size
minSize
?:
Vector3
可选
mirror
mirror
?:
StructureMirrorAxis
可选
normalized
Origin
normalizedOrigin
?:
Vector3
可选
offset
offset
?:
Vector3
可选
outline
Color
outlineColor
?:
RGBA
可选
rotation
rotation
?:
StructureRotation
可选
show
World
Intersections
showWorldIntersections
?:
boolean
可选
state
Change
Event
stateChangeEvent
?:
(
arg0
:
WidgetComponentBoundingBoxStateChangeEventParameters
,
)
=>
void
可选
visible
visible
?:
boolean
可选
visible
Hull
visibleHull
?:
boolean
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
bounds
Offset
enable
Resize
Handles
hull
Color
lock
To
Surface
max
Size
min
Size
mirror
normalized
Origin
offset
outline
Color
rotation
show
World
Intersections
state
Change
Event
visible
visible
Hull
原文
参与翻译
@minecraft
加载中……