↳ Environment Events

AirConsole

new AirConsole(opts) → {AirConsoleObject}

Your gateway object to AirConsole. There are getter and setter functions for all properties. Do not access properties of this object directly.
Parameters:
Name Type Description
opts AirConsole~Config Constructor config, see bellow.
Source:
Returns:
The AirConsole object.
Type
AirConsoleObject

Methods

(abstract) onPause()

Gets called on the Screen when the game should be paused.
Source:

(abstract) onResume()

Gets called on the Screen when the game should be resumed.
Source: