@704436993 写道:
范例中碰撞平台的游戏。
onCollisionEnter: function (other, self) {
this.node.color = cc.Color.RED;
console.log(self);
console.log(other);
}self 打印出来是这个 - 没有touchingX, Y
other 打印出来是这个, 有touchingY
但是查了文档和API里面都没有提到。是不是文档写得太随意了一点啊。哪位大神能帮忙解释下吗?
帖子: 3
参与者: 1