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(xml) → {FrameData}
-
Parse frame data from an XML file.
Parameters:
Name Type Description xml
object XML data you want to parse.
- Source:
Returns:
Generated FrameData object.
- Type
- FrameData