mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
8 lines
236 B
TypeScript
8 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;
|