Skip to content
迷你世界 Studio
Main Navigation
教程
迷你世界Studio操作教程
操作手册
多人协作
运行模式
使用资源ID
API
类
数据库
枚举
官方主页
简体中文
English
简体中文
English
Appearance
Menu
Return to top
On this page
LegacyAnimation
属性
bool
EnablePlayEvent
是否开启播放事件
成员函数
bool
IsValid
()
检测是否已经失效了
table
GetAnimationIDs
()
获取动画ID
int
GetAnimationPriority
(
int
seqid)
获取动画优先级
void
SetAnimationPriority
(
int
seqid,
int
value)
设置动画优先级
float
GetAnimationWeight
(
int
seqid)
获取动画权重
void
SetAnimationWeight
(
int
seqid,
float
value)
设置动画权重
bool
Play
(
int
id,
float
speed,
int
loop)
播放动画
bool
PlayEx
(
int
id,
float
speed,
int
loop,
int
priority,
float
weight)
播放动画
bool
Stop
(
int
id)
停止动画
bool
StopEx
(
int
id,
bool
reset)
停止动画
bool
StopAll
(
bool
reset)
停止所有动画
事件