摘要: const { ccclass, property } = cc._decorator; @ccclass export default class BallClass extends cc.Component { @property text: string = 'Ball'; @property(cc.Node) Ball: cc.Node = null; ... 阅读全文
posted @ 2018-08-10 19:16 薄荷味的笑 阅读(750) 评论(0) 推荐(0) 编辑
摘要: 1.首先在vscode中最左侧的扩展里边,下载debugger fo chrom, 安装成功后会有一个launch.json,修改内容: 阅读全文
posted @ 2018-08-10 18:57 薄荷味的笑 阅读(1258) 评论(0) 推荐(0) 编辑