Skip to content
迷你世界 Studio
Main Navigation
教程
迷你世界Studio操作教程
操作手册
多人协作
运行模式
使用资源ID
API
类
数据库
枚举
官方主页
简体中文
English
简体中文
English
Appearance
Menu
Return to top
On this page
Backpack
属性
bool
CoreUiEnabled
是否显示默认的快捷栏UI,默认值为false
成员函数
SandboxNode
GetTool
(
int
index)
获取某个键位对应的道具,index从1开始
void
SetTool
(
int
index,
SandboxNode
tool)
设置道具到具体的物品栏按键位置
void
RemoveTool
(
int
index)
移除某物品栏道具
SandboxNode
GetCurEquipedTool
()
获取当前装备的道具
int
FindTool
(
SandboxNode
tool)
查询道具是否已经放在物品栏中,返回下标