jiangwei小站
7 字
1 分钟
cocos creator模拟点击
const event = new cc.Event.EventCustom("touchstart", true);
this.node.dispatchEvent(event);