this.node.on 注册的时间,默认是不穿透的,
用了该代码 在.15版本 不生效 this.node._touchListener.setSwallowTouches(false);
有其他办法 点击穿透吗
this.node._touchListener.setSwallowTouches(false);
要配合
cc.macro.ENABLE_MULTI_TOUCH = true
this.node.on 注册的时间,默认是不穿透的,
用了该代码 在.15版本 不生效 this.node._touchListener.setSwallowTouches(false);
有其他办法 点击穿透吗
this.node._touchListener.setSwallowTouches(false);
要配合
cc.macro.ENABLE_MULTI_TOUCH = true