mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
e5f1f6f896
Cache.getPixiBaseTexture will return a PIXI.BaseTexture from the cache based on the given key. A PIXI BaseTexture is created automatically for all images loaded and added to the cache. Cache.getTexture has now been removed (it was deprecated several versions ago). Use Cache.getRenderTexture instead. Cache.getJSON has a new optional parameter: `parse`. If `true` the method will pass the data through JSON.parse before returning it. The default is `false` to retain backwards compatibility. |
||
---|---|---|
.. | ||
animation | ||
core | ||
gameobjects | ||
geom | ||
input | ||
loader | ||
math | ||
net | ||
particles | ||
physics | ||
pixi | ||
sound | ||
stubs | ||
system | ||
tilemap | ||
time | ||
tween | ||
utils | ||
Intro.js | ||
Outro.js | ||
Phaser.js | ||
PixiDefaults.js | ||
polyfills.js |