咸鱼要翻身
xianyuyaofanshen/assets/Scripts/Through.ts

13 lines
465 B

3 months 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);
}
}