@390759142 写道:
var config = {
presentCheckpoint: 1,
presentGold: 200,
againGold:200,
}
module.exports = config
正常这样的自定义对象,在其他模块中导入可以打印出来。
但是cc.Class这种,在其他模块中导入,打印会显示未定义。这个是为什么?
如果是cc.Component这种,应该怎么导入,才可以在其他文件中使用?
帖子: 4
参与者: 1
@390759142 写道:
var config = {
presentCheckpoint: 1,
presentGold: 200,
againGold:200,
}
module.exports = config
正常这样的自定义对象,在其他模块中导入可以打印出来。
但是cc.Class这种,在其他模块中导入,打印会显示未定义。这个是为什么?
如果是cc.Component这种,应该怎么导入,才可以在其他文件中使用?
帖子: 4
参与者: 1