流式传输

This commit is contained in:
yinsx
2025-12-25 15:36:35 +08:00
parent e56f47076c
commit 14bfdcbf51
19 changed files with 1191 additions and 65 deletions

View File

@ -87,6 +87,15 @@ animator.playAnimation();
**`loadAnimationFrames(frames)`**
加载动画帧数据
**`appendAnimationFrames(frames)`**
追加动画帧数据(流式场景)
**`startStreaming()`**
开启流式模式,允许边接收边播放
**`endStreaming()`**
结束流式模式
**`playAnimation()`**
播放动画