- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 js 工具类 查找数组 删除数组 返回数组下标
项目中用的数组操作:var hasOwnProperty = Object.prototype.hasOwnProperty;var Utils = cc.Class({ extends: cc.Component, properties: { }, statics: { instance: null }, /**
2017-05-11 17:55:02 764
原创 cocos creator http工具类
直接上代码 复制项目直接可用 我将官方文档中的http 用js 单利的模式 改了下 var httpUtils = cc.Class({ extends: cc.Component, properties: { // foo: { // default: null, // The default value will be
2017-05-09 17:48:54 7902 2
原创 Cocos Creator 实现摩天轮效果
第一次写博客 导致紧张直接贴代码cc.Class({ extends: cc.Component, properties: { selecNode: { default: null, type: cc.Node }, item: { default: null,
2017-05-08 15:07:00 4054 5
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人