phaser/v3/typings/boot/CreateRenderer.d.ts
2017-01-16 22:43:07 +01:00

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;