@minecraft
原文
参与翻译
正在准备搜索索引...
server-editor
WidgetComponentGizmoOptions
接口 WidgetComponentGizmoOptions
interface
WidgetComponentGizmoOptions
{
axes
?:
Axis
;
enablePlanes
?:
boolean
;
lockToSurface
?:
boolean
;
normalizedAutoOffset
?:
Vector3
;
offset
?:
Vector3
;
scaleMode
?:
WidgetGizmoScaleMode
;
stateChangeEvent
?:
(
arg0
:
WidgetComponentGizmoStateChangeEventParameters
,
)
=>
void
;
visible
?:
boolean
;
}
层级 (
查看层级一览
)
WidgetComponentBaseOptions
WidgetComponentGizmoOptions
索引
属性
axes?
enable
Planes?
lock
To
Surface?
normalized
Auto
Offset?
offset?
scale
Mode?
state
Change
Event?
visible?
属性
可选
axes
axes
?:
Axis
可选
enable
Planes
enablePlanes
?:
boolean
可选
lock
To
Surface
lockToSurface
?:
boolean
可选
normalized
Auto
Offset
normalizedAutoOffset
?:
Vector3
可选
offset
offset
?:
Vector3
可选
scale
Mode
scaleMode
?:
WidgetGizmoScaleMode
可选
state
Change
Event
stateChangeEvent
?:
(
arg0
:
WidgetComponentGizmoStateChangeEventParameters
,
)
=>
void
可选
visible
visible
?:
boolean
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
axes
enable
Planes
lock
To
Surface
normalized
Auto
Offset
offset
scale
Mode
state
Change
Event
visible
原文
参与翻译
@minecraft
加载中……