Phaser API Documentation

  Version: 
<static> Base64Decode(data)

Description:

Decode base-64 encoded data, for example as exported by Tiled.

Parameters:

name type description
data object

Base-64 encoded data to decode.

Returns:
Description:

Array containing the decoded bytes.

Type:
  • array
Since: 3.0.0