美文网首页
cocos creator 2.0.9 龙骨暂停与播放

cocos creator 2.0.9 龙骨暂停与播放

作者: 人气小哥 | 来源:发表于2019-05-31 18:54 被阅读0次
    this._armatureDisplay = this.dbNd.getComponent(dragonBones.ArmatureDisplay);
    this.scheduleOnce(function() {
    
        self._armatureDisplay.timeScale = 0
    
    }, 9);//9秒后暂停
    
    this.scheduleOnce(function() {
    
        self._armatureDisplay.timeScale = 4
    
    }, 12);//12秒后可以继续播放 并4倍速 如果要还原 就=1
    

    相关文章

      网友评论

          本文标题:cocos creator 2.0.9 龙骨暂停与播放

          本文链接:https://www.haomeiwen.com/subject/xpngtctx.html