@minecraft
原文
参与翻译
正在准备搜索索引...
server-editor
GuidePlaneManager
类 GuidePlaneManager
索引
属性
all
Planes
Visible
方法
add
Plane
get
Plane
get
Planes
remove
Plane
set
Plane
Colors
set
Plane
Normal
set
Plane
Origin
set
Plane
Visibility
属性
世界修改
all
Planes
Visible
allPlanesVisible
:
boolean
备注
方法
add
Plane
addPlane
(
origin
:
Vector3
,
normal
:
Vector3
,
visible
:
boolean
,
outlineColor
:
RGBA
,
fillColor
:
RGBA
,
)
:
string
世界修改
参数
origin
:
Vector3
normal
:
Vector3
visible
:
boolean
outlineColor
:
RGBA
fillColor
:
RGBA
返回
string
备注
抛出
This function can throw errors.
get
Plane
getPlane
(
planeId
:
string
)
:
GuidePlane
世界修改
参数
planeId
:
string
返回
GuidePlane
备注
抛出
This function can throw errors.
get
Planes
getPlanes
()
:
GuidePlane
[]
世界修改
返回
GuidePlane
[]
备注
抛出
This function can throw errors.
remove
Plane
removePlane
(
planeId
:
string
)
:
void
世界修改
参数
planeId
:
string
返回
void
备注
抛出
This function can throw errors.
set
Plane
Colors
setPlaneColors
(
planeId
:
string
,
outlineColor
:
RGBA
,
fillColor
:
RGBA
)
:
void
世界修改
参数
planeId
:
string
outlineColor
:
RGBA
fillColor
:
RGBA
返回
void
备注
抛出
This function can throw errors.
set
Plane
Normal
setPlaneNormal
(
planeId
:
string
,
normal
:
Vector3
)
:
void
世界修改
参数
planeId
:
string
normal
:
Vector3
返回
void
备注
抛出
This function can throw errors.
set
Plane
Origin
setPlaneOrigin
(
planeId
:
string
,
origin
:
Vector3
)
:
void
世界修改
参数
planeId
:
string
origin
:
Vector3
返回
void
备注
抛出
This function can throw errors.
set
Plane
Visibility
setPlaneVisibility
(
planeId
:
string
,
visible
:
boolean
)
:
void
世界修改
参数
planeId
:
string
visible
:
boolean
返回
void
备注
抛出
This function can throw errors.
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
all
Planes
Visible
方法
add
Plane
get
Plane
get
Planes
remove
Plane
set
Plane
Colors
set
Plane
Normal
set
Plane
Origin
set
Plane
Visibility
原文
参与翻译
@minecraft
加载中……
备注