上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页
摘要: 这一切的背后竟然是ccui.Button只设置了normalImage而没有设置selectedImage与disableImage。 阅读全文
posted @ 2020-04-29 16:39 流星曳尾 阅读(218) 评论(0) 推荐(0)
摘要: cocos 代码中,无论是先setAnchorPoint后setPosition还是反序,都相当于cocos studio中先设置锚点,后setPosition的效果。 阅读全文
posted @ 2020-04-20 16:10 流星曳尾 阅读(535) 评论(0) 推荐(0)
摘要: OpenUrl(url,tag)(可以是facebook粉丝页的地址,也可以是google store对应软件的地址) 阅读全文
posted @ 2020-04-14 09:56 流星曳尾 阅读(125) 评论(0) 推荐(0)
摘要: 在unity->edit->preferences->External Tools->External Script Editor 中选择所使用的vs编辑器 阅读全文
posted @ 2020-04-07 13:30 流星曳尾 阅读(1809) 评论(0) 推荐(0)
摘要: cc.EditBox.setMaxLength(maxLength) 阅读全文
posted @ 2020-03-19 10:44 流星曳尾 阅读(293) 评论(0) 推荐(0)
摘要: btn.addTouchEventListener(function,target);this.function(btn,touch_type) 阅读全文
posted @ 2020-03-13 17:38 流星曳尾 阅读(152) 评论(0) 推荐(0)
摘要: 左右侧的坐标用 starX + temp 与 endX - temp表示 阅读全文
posted @ 2020-03-13 16:22 流星曳尾 阅读(95) 评论(0) 推荐(0)
摘要: function ShareByAndroid(pkg,content) 阅读全文
posted @ 2020-03-13 13:58 流星曳尾 阅读(94) 评论(0) 推荐(0)
摘要: OpenUrl(url,tag) 阅读全文
posted @ 2020-03-09 11:27 流星曳尾 阅读(618) 评论(0) 推荐(0)
摘要: hour=num/3600;min=num%3600/60;sec=num%60; 阅读全文
posted @ 2020-03-01 17:16 流星曳尾 阅读(1002) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页