Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 233 Bytes

memo.md

File metadata and controls

8 lines (7 loc) · 233 Bytes

memo.md

spriteのイベントハンドリングの方法

まずはコード this.#img = new PIXI.Sprite(texture); this.#img.interactive = true; this.#img .buttonMode = true; this.#img.on('pointerdown', listner);