Class: LoaderParser

Phaser. LoaderParser

new LoaderParser()

Phaser.LoaderParser parses data objects from Phaser.Loader that need more preparation before they can be inserted into the Cache.

Source:

Methods

<static> bitmapFont(game, xml, cacheKey, xSpacing, ySpacing)

Parse a Bitmap Font from an XML file.

Parameters:
Name Type Argument Default Description
game Phaser.Game

A reference to the current game.

xml object

XML data you want to parse.

cacheKey string

The key of the texture this font uses in the cache.

xSpacing number <optional>
0

Additional horizontal spacing between the characters.

ySpacing number <optional>
0

Additional vertical spacing between the characters.

Source:
Phaser Copyright © 2012-2014 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-dev on Wed Oct 22 2014 21:45:56 GMT+0100 (BST) using the DocStrap template.