UNPKG

phaser4-rex-plugins

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