UNPKG

phaser4-rex-plugins

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