美文网首页
Qunee学习笔记2

Qunee学习笔记2

作者: 鹿啦啦zz | 来源:发表于2018-12-17 10:25 被阅读0次

颜色Colors.yellow

var label1  = new Q.LabelUI();//实例化一个标签
var icon    = new Q.ImageUI(graphs.skype);

node.addUI(label1);
node.addUI(icon);
//添加圆(posx,posy,width,height)
var circle = Q.Shapes.getShape(Q.Consts.SHAPE_CIRCLE, -30, -5, 60, 30);
var shape = new Q.ImageUI(circle);

相关文章

网友评论

      本文标题:Qunee学习笔记2

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