MiniWorld Studio
Guide
Guide
MiniWorld Studio Operation Tutorial
Operation Manual
Multi-person Collaboration
Operation Mode
Resource Use
API
API
CLASS
DATA TYPE
ENUME
Official Website
Select language
Select language
English
简体中文
Search
Ctrl
K
SelecterService
继承自
:
Service
描述
沙盒选择器服务节点
函数
void
OnNodeBeSelected
(
int
uin,
unsignedshort
sceneid,
SandboxNode
node)
被选中节点
void
OnNodeUnselected
(
int
uin,
unsignedshort
sceneid,
SandboxNode
node)
未被选中节点
void
OnBlockBeSelected
(
int
uin,
unsignedshort
sceneid,
WCoord
block)
被选中的方块
void
OnBlockUnselected
(
int
uin,
unsignedshort
sceneid,
WCoord
block)
未被选中的方块
void
OnAllUnselected
(
int
uin,
unsignedshort
sceneid)
所有未选中
void
OnBlockPosChanged
(
int
uin,
unsignedshort
sceneid,
WCoord
posSrc,
WCoord
posDst)
方块坐标更改
void
OnSelectType
(
int
uin,
unsignedshort
sceneid,
int
type)
选中类型
void
OnBlockBeSelectedVec
(
int
uin,
unsignedshort
sceneid,
table
blocks)
被批量选中的方块
void
OnBlockUnselectedVec
(
int
uin,
unsignedshort
sceneid,
table
blocks)
未被批量选中的方块
SunLight
Terrain