Ta上传的资源 (0)

Cocos Creator实现的1024游戏 cc.Class({ extends: cc.Component, properties: { // foo: { // default: null, // The default value will be used only when the com

creator碰撞检测的实现和道具拾取功能;碰撞检测系统;三个接口: onCollisionEnter: function (other, self) // 开始 onCollisionStay: function (other, self) // 持续 onColl