我智商爆棚
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
465 B

4 weeks ago
const { ccclass, property } = cc._decorator;
/**
* 穿 UI
* API
*/
@ccclass
export class ThroughInputEvents extends cc.Component {
onLoad(): void {
// (this.node as any)._touchListener.setSwallowTouches(false);
// this.node._touchListener.setSwallowTouches(false);
}
}