mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
9 lines
236 B
TypeScript
9 lines
236 B
TypeScript
|
import Game from './Game';
|
||
|
/**
|
||
|
* Checks if the device is capable of using the requested renderer and sets it up or an alternative if not.
|
||
|
*
|
||
|
* @method Phaser.Game#setUpRenderer
|
||
|
* @protected
|
||
|
*/
|
||
|
export default function (game: Game): void;
|