@minecraft
原文
参与翻译
正在准备搜索索引...
server-editor
WidgetComponentRenderPlaneOptions
接口 WidgetComponentRenderPlaneOptions
interface
WidgetComponentRenderPlaneOptions
{
fillColor
?:
RGBA
;
gridResolution
?:
RenderPlaneGridResolution
;
lockToSurface
?:
boolean
;
maxSizeChunks
?:
number
;
normal
?:
Vector3
;
offset
?:
Vector3
;
outlineColor
?:
RGBA
;
visible
?:
boolean
;
}
层级 (
查看层级一览
)
WidgetComponentBaseOptions
WidgetComponentRenderPlaneOptions
索引
属性
fill
Color?
grid
Resolution?
lock
To
Surface?
max
Size
Chunks?
normal?
offset?
outline
Color?
visible?
属性
可选
fill
Color
fillColor
?:
RGBA
可选
grid
Resolution
gridResolution
?:
RenderPlaneGridResolution
可选
lock
To
Surface
lockToSurface
?:
boolean
可选
max
Size
Chunks
maxSizeChunks
?:
number
可选
normal
normal
?:
Vector3
可选
offset
offset
?:
Vector3
可选
outline
Color
outlineColor
?:
RGBA
可选
visible
visible
?:
boolean
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
fill
Color
grid
Resolution
lock
To
Surface
max
Size
Chunks
normal
offset
outline
Color
visible
原文
参与翻译
@minecraft
加载中……