UNPKG

phaser4-rex-plugins

Version:
9 lines (7 loc) 239 B
import BitmapZone from './bitmapzone'; export default class BitmapZonePlugin extends Phaser.Plugins.BasePlugin { add( gameObject: Phaser.GameObjects.GameObject, config?: BitmapZone.IConfig ): BitmapZone; }