迷你世界 Studio
教程
教程
迷你世界Studio操作教程
操作手册
多人协作
运行模式
使用资源ID
API
API
类
数据库
枚举
官方主页
open in new window
选择语言
选择语言
English
简体中文
搜索
Ctrl
K
Chat
属性
bool
是否加载默认聊天
函数
void
SendChatText
(
string
text,
int
type,
int
targetuin,
int
language)
发送文本消息
void
SendSystemMsg
(
string
text,
int
targetuin)
发送系统消息
void
SendChat
(
string
text,
int
targetuin)
发送文本消息
void
UpdateEditorChatBubblePosition
(
longlong
chatBubbleId,
Vector3
position)
更新工具端聊天气泡位置
void
SetActorShowEditorChatBubble
(
bool
actorShowEditorBubble)
设置角色聊天显示的聊天气泡是否是工具聊天气泡
bool
IsUserChatEnable
(
int
userid)
是否允许聊天
string
GetFilterString
(
string
text)
过滤文本
longlong
ShowChatBubble
(
string
text,
bool
isShow,
int
bubble,
Vector3
position,
longlong
chatBubbleId)
显示聊天气泡
longlong
ShowEditorChatBubble
(
string
text,
int
bgIndex,
string
bgPath,
Vector3
position)
显示工具端聊天气泡
事件
Camera
GameSetting