流式传输
This commit is contained in:
@ -87,6 +87,15 @@ animator.playAnimation();
|
||||
**`loadAnimationFrames(frames)`**
|
||||
加载动画帧数据
|
||||
|
||||
**`appendAnimationFrames(frames)`**
|
||||
追加动画帧数据(流式场景)
|
||||
|
||||
**`startStreaming()`**
|
||||
开启流式模式,允许边接收边播放
|
||||
|
||||
**`endStreaming()`**
|
||||
结束流式模式
|
||||
|
||||
**`playAnimation()`**
|
||||
播放动画
|
||||
|
||||
|
||||
Reference in New Issue
Block a user