UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 284 B
import AddViewportCoordinateProperties from './viewportcoordinate'; import { VPXYToXY } from './viewportcoordinate'; export default class PolarCoordinatePlugin extends Phaser.Plugins.BasePlugin { add: typeof AddViewportCoordinateProperties; vpxyToxy: typeof VPXYToXY; }