码迷,mamicode.com
首页 > 其他好文 > 详细

ProgressTimer 控件

时间:2019-09-14 19:08:44      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:ESS   ram   dial   tag   height   this   ogre   filename   mem   

let background = new cc.Sprite(fileName_background);
this.addChild(background,999999);
background.setPosition(frameMid);

let innerSprite = new cc.Sprite(fileName_innerSprite);
let progressTimer = new cc.ProgressTimer(innerSprite);
background.addChild(progressTimer);
progressTimer.setPosition(background.width/2,background.height/2);
progressTimer.setType(cc.ProgressTimer.TYPE_RADIAL);
progressTimer.setPercentage(66);

ProgressTimer 控件

标签:ESS   ram   dial   tag   height   this   ogre   filename   mem   

原文地址:https://www.cnblogs.com/guomengkai/p/11519587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!