UNPKG

phaser4-rex-plugins

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