UNPKG

phaser3-rex-plugins

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